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 dbae10b commit 9dbf82fCopy full SHA for 9dbf82f
.appveyor.yml
@@ -431,7 +431,7 @@ for:
431
432
# publish package
433
- sh: |
434
- if [[ "$APPVEYOR_REPO_BRANCH" == "main" && "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]]; then
+ if [[ ("$APPVEYOR_REPO_BRANCH" == "main" || "$APPVEYOR_REPO_TAG_NAME" != "") && "$APPVEYOR_PULL_REQUEST_NUMBER" == "" ]]; then
435
twine upload dist/*
436
fi
437
0 commit comments