We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6abb7 commit 9748b0eCopy full SHA for 9748b0e
.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@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@e7723a410eb01c55f02a75cf26a230ed14f1b19e
31
with:
32
user: __token__
33
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments