We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99b1900 + b83153d commit fb88c45Copy full SHA for fb88c45
.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