We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1252513 commit 9b45990Copy full SHA for 9b45990
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build package
32
run: python3 -m build
33
- name: Publish package
34
- uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d
+ uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments