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