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