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.
2 parents f070cd2 + b43f1b9 commit 98ad7d2Copy full SHA for 98ad7d2
.github/workflows/python-test.yaml
@@ -124,7 +124,7 @@ jobs:
124
- name: Publish to PyPI
125
# The issue https://github.com/pypa/gh-action-pypi-publish/issues/310 has not tagged a release yet
126
# Use the commit hash to get the temporary fix
127
- uses: pypa/gh-action-pypi-publish@e9ccbe5a211ba3e8363f472cae362b56b104e796
+ uses: pypa/gh-action-pypi-publish@d417ba7e7683fa9104c42abe611c1f2c93c0727d
128
with:
129
password: ${{ secrets.PYPI_API_TOKEN }}
130
skip-existing: true
0 commit comments