We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909ce8a commit b04961dCopy full SHA for b04961d
2 files changed
.github/workflows/publish-to-pypi.yaml
@@ -58,6 +58,6 @@ jobs:
58
path: dist/
59
60
- name: Publish distribution to PyPI
61
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 from 2025-09-03.
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 from 2026-04-07.
62
with:
63
print-hash: true
.github/workflows/publish-to-testpypi.yaml
@@ -67,7 +67,7 @@ jobs:
67
68
69
- name: Publish distribution to TestPyPI
70
71
72
repository-url: https://test.pypi.org/legacy/
73
0 commit comments