[appveyor] stop deploy on github

This commit is contained in:
mzwiessele 2016-07-30 09:16:41 +01:00
parent 97cf1c7581
commit 8f09aa2f87

View file

@ -64,7 +64,7 @@ deploy_script:
- echo [test] >> %USERPROFILE%\\.pypirc
- echo repository:https://testpypi.python.org/pypi >> %USERPROFILE%\\.pypirc
- echo username:maxz >> %USERPROFILE%\\.pypirc
- ps: |
- ps: >-
switch ($env:APPVEYOR_REPO_BRANCH)
{
devel {twine upload -r test -p %pip_access% dist/*}