We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c9d88 commit 1d910e5Copy full SHA for 1d910e5
.github/workflows/wheels.yml
@@ -60,7 +60,7 @@ jobs:
60
done
61
62
- name: Publish wheels to PyPI
63
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # release/v1
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
64
if: ${{ github.event_name == 'release'}}
65
with:
66
user: __token__
0 commit comments