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 77bf71b commit 728ce6aCopy full SHA for 728ce6a
.github/workflows/publish-pre-release.yml
@@ -47,6 +47,6 @@ jobs:
47
uv run twine check --strict dist/*
48
49
- name: 🚀 Publish to PyPi
50
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
51
with:
52
attestations: true
.github/workflows/publish-release.yml
@@ -41,6 +41,6 @@ jobs:
41
42
43
44
45
46
0 commit comments