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 f30c0a1 commit 611cd5cCopy full SHA for 611cd5c
.github/workflows/python-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: python -m build
28
29
- name: Publish package
30
- uses: pypa/gh-action-pypi-publish@916e57631f04a497e4bec0e29e80684e45b4305e
+ uses: pypa/gh-action-pypi-publish@20d40f69a1d306453777ffecb5a86860e850ba0f
31
with:
32
user: __token__
33
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments