We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc648cb commit 5471519Copy full SHA for 5471519
1 file changed
.github/workflows/python-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: python -m build
28
29
- name: Publish package
30
- uses: pypa/gh-action-pypi-publish@e2bab26859796ee5c3bf97b8f394ce1e6570e906
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
31
with:
32
user: __token__
33
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments