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 290883e commit 16b5bf6Copy full SHA for 16b5bf6
.github/workflows/python-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
pipenv run build
28
29
- name: Publish package
30
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
+ uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
31
with:
32
user: __token__
33
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments