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 d8de98d + 9cef5dc commit 3edfdbcCopy full SHA for 3edfdbc
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build package
30
run: python -m build
31
- name: Publish package
32
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
33
with:
34
user: __token__
35
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments