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 1c7ed8e commit 1387f45Copy full SHA for 1387f45
1 file changed
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
path: dist
84
merge-multiple: true
85
- name: Publish to PyPI (main server)
86
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4, always use commit hash
+ uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.13.0
87
with:
88
user: __token__
89
password: ${{ secrets.pypi_token }}
0 commit comments