We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f216f6 commit 93bb65cCopy full SHA for 93bb65c
.github/workflows/python-publish.yml
@@ -55,7 +55,7 @@ jobs:
55
ssh-key: ${{ secrets.DEPLOY_KEY }}
56
57
- name: Publish package
58
- uses: pypa/gh-action-pypi-publish@916e57631f04a497e4bec0e29e80684e45b4305e
+ uses: pypa/gh-action-pypi-publish@b223cbbc63a3e911c7e6093d72760c29bef664f4
59
with:
60
user: __token__
61
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments