diff --git a/appveyor.yml b/appveyor.yml index f842312c..0c4b1412 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: