From c0237088de72a741de4468ab1c4c9c53589a9c50 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 19 Jun 2017 14:29:42 +0100 Subject: [PATCH] chg: pkg: trying to make appveyor more stable --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: