Skip to content

Commit 8f3d99e

Browse files
Fix pypa/gh-action-pypi-publish version (v1 tag does not exist)
Use v1.13.0 instead of v1, as this repo only provides full semver tags (no major-only tags). pinact will pin to hash. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ab4c38f commit 8f3d99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
uv build -v
3131
- name: Publish release distributions to PyPI
32-
uses: pypa/gh-action-pypi-publish@v1
32+
uses: pypa/gh-action-pypi-publish@v1.13.0
3333
- name: Release
3434
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
3535
with:

0 commit comments

Comments
 (0)