We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b1900 commit b83153dCopy full SHA for b83153d
.github/workflows/python-publish.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build package
26
run: python -m build
27
- name: Publish package
28
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments