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 6983482 commit d12d8ebCopy full SHA for d12d8eb
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build package
34
run: python -m build
35
- name: Publish package
36
- uses: pypa/gh-action-pypi-publish@8cdc2ab67c943c5edf5fd9ae1995546b4b550602
+ uses: pypa/gh-action-pypi-publish@a8b73a6d88e1c2ae7ee7bf90b8ebba800a10f203
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments