[appveyor] warning on existing whls

This commit is contained in:
mzwiessele 2016-08-16 12:07:17 +01:00
parent b684736612
commit 171dc446c4

View file

@ -71,10 +71,10 @@ deploy_script:
- echo password:%pip_access% >> %USERPROFILE%\\.pypirc - echo password:%pip_access% >> %USERPROFILE%\\.pypirc
- ps: >- - ps: >-
if ($env:APPVEYOR_REPO_BRANCH -eq 'devel') { if ($env:APPVEYOR_REPO_BRANCH -eq 'devel') {
twine upload -r test dist/* twine upload --exists warning -r test dist/*
} }
elseif ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') { elseif ($env:APPVEYOR_REPO_BRANCH -eq 'deploy') {
twine upload dist/* twine upload --exists warning dist/*
} }
else { else {
echo not deploying on other branches echo not deploying on other branches