We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20110cd commit 91723baCopy full SHA for 91723ba
.ci/appveyor.yml
@@ -29,6 +29,4 @@ artifacts:
29
- path: dist\*
30
31
deploy_script:
32
- - cmd: "%PYTHON% -m twine upload dist\\*.whl"
33
- on:
34
- appveyor_repo_tag: true
+ - cmd: "if %APPVEYOR_REPO_TAG%==true %PYTHON% -m twine upload dist\\*.whl"
0 commit comments