We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef6ea0b + bbe9886 commit 27a1a75Copy full SHA for 27a1a75
1 file changed
.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@3317ede93a4981d0fc490510c6fcf8bf0e92ed05
+ uses: pypa/gh-action-pypi-publish@03f86fee9ac21f854951f5c6e2a02c2a1324aec7
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments