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 0ea1808 + 57d149c commit ef6ea0bCopy full SHA for ef6ea0b
.github/workflows/pypi-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Building package
31
run: python setup.py sdist bdist_wheel
32
- name: Publish package
33
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
+ uses: pypa/gh-action-pypi-publish@3317ede93a4981d0fc490510c6fcf8bf0e92ed05
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments