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 9ad654f commit 828b19dCopy full SHA for 828b19d
.github/workflows/cicd.yml
@@ -74,5 +74,5 @@ jobs:
74
# If this commit is the result of a Git tag, push the wheel and tar packages
75
# to the PyPi registry
76
- name: Publish to PyPI
77
- if: github.event_name == 'release' && github.event.action == 'created'
+ if: github.event_name == 'release' && github.event.action == 'published'
78
run: twine upload --repository-url https://upload.pypi.org/legacy/ -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} --skip-existing --verbose dist/*
0 commit comments