We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3bfe9 commit 6abb37fCopy full SHA for 6abb37f
.github/workflows/pypi.yml
@@ -117,7 +117,7 @@ jobs:
117
- name: Publish to PyPI
118
# Only publish to PyPI when a release triggers the build
119
if: github.event_name == 'release'
120
- uses: pypa/gh-action-pypi-publish@bce3b74dbf8cc32833ffba9d15f83425c1a736e0
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
121
with:
122
user: __token__
123
password: ${{ secrets.PYPI_TOKEN}}
0 commit comments