chg: pkg: trying to make appveyor more stable

This commit is contained in:
mzwiessele 2017-06-19 14:29:42 +01:00
parent 7bb0113c9c
commit c0237088de

View file

@ -73,13 +73,13 @@ deploy_script:
- echo password = %pip_access% >> %USERPROFILE%\\.pypirc
- ps: >-
If ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
echo not deploying on devel # twine upload --skip-existing -r test dist/*
echo not deploying on devel # twine upload --skip-existing -r test dist/*
}
ElseIf ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') {
twine upload --skip-existing dist/*
twine upload --skip-existing dist/*
}
Else {
echo not deploying on other branches
echo not deploying on other branches
}
# deploy: