File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11environment :
22 password :
3- secure : uOcv5TOm/CgwOmiLQhNX+g==
3+ secure : encrypted_pypi_password
44 os : Visual Studio 2015
55
66 matrix :
@@ -37,10 +37,10 @@ deploy_script:
3737 - echo pypi >> %USERPROFILE%\\.pypirc
3838 - echo [pypi] >> %USERPROFILE%\\.pypirc
3939 - echo repository=https://pypi.python.org/pypi >> %USERPROFILE%\\.pypirc
40- - echo username=zope.wheelbuilder >> %USERPROFILE%\\.pypirc
40+ - echo username=kmike >> %USERPROFILE%\\.pypirc
4141 - echo password=%password% >> %USERPROFILE%\\.pypirc
4242 - set HOME=%USERPROFILE%
4343 - pip install wheel twine
44- - ps : if($env:APPVEYOR_REPO_TAG -eq $TRUE) { python -W ignore setup.py bdist_wheel bdist_egg && twine upload dist/* }
44+ - ps : if($env:APPVEYOR_REPO_TAG -eq $TRUE) { python -W ignore setup.py bdist_wheel bdist_egg; twine upload dist/* }
4545
4646deploy : on
You can’t perform that action at this time.
0 commit comments