Skip to content

Commit 91723ba

Browse files
committed
ci/appveyor: Use %APPVEYOR_REPO_TAG% to skip non-tag commits on deploy
1 parent 20110cd commit 91723ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ artifacts:
2929
- path: dist\*
3030

3131
deploy_script:
32-
- cmd: "%PYTHON% -m twine upload dist\\*.whl"
33-
on:
34-
appveyor_repo_tag: true
32+
- cmd: "if %APPVEYOR_REPO_TAG%==true %PYTHON% -m twine upload dist\\*.whl"

0 commit comments

Comments
 (0)