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.
2 parents cee73cd + ca88804 commit 8b28b54Copy full SHA for 8b28b54
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build package
27
run: python -m build
28
- name: Publish package
29
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
+ uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
30
with:
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments