We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a40bc commit 0e5957aCopy full SHA for 0e5957a
.github/workflows/python-publish.yml
@@ -38,7 +38,7 @@ jobs:
38
run: python -m build
39
40
- name: Publish package
41
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
+ uses: pypa/gh-action-pypi-publish@v1.12.4
42
with:
43
user: __token__
44
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments