We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a472d90 commit 94fab19Copy full SHA for 94fab19
.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@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
+ uses: pypa/gh-action-pypi-publish@20d40f69a1d306453777ffecb5a86860e850ba0f
128
with:
129
password: ${{ secrets.PYPI_API_TOKEN }}
130
skip-existing: true
0 commit comments