We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf89c7b commit 1a34590Copy full SHA for 1a34590
.github/workflows/pypi.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Publish
47
if: ${{ 'release' == github.event_name }}
48
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 - 2025.09.04
49
with:
50
user: __token__
51
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments