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 f39e6d5 commit 228b63aCopy full SHA for 228b63a
.github/workflows/python-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
python -m build
28
29
- name: Publish package
30
- uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8
+ uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
31
with:
32
user: __token__
33
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments