Skip to content

Commit 79629f1

Browse files
arrrloclaude
andcommitted
Pin pypa/gh-action-pypi-publish to v1.14.0 by commit SHA
The previous reference `pypa/gh-action-pypi-publish@v1.14` does not resolve — the action only ships full `vX.Y.Z` tags, not abbreviated `vX.Y` ones. This broke the publish workflow on the v1.7.2 release ("Unable to resolve action ... unable to find version `v1.14`"). Pin to the v1.14.0 commit SHA rather than the floating tag so an upstream tag move can't silently swap the action under us (the publish job has `id-token: write` and uploads to PyPI). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c2ec016 commit 79629f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
name: dist
3939
path: dist/
40-
- uses: pypa/gh-action-pypi-publish@v1.14
40+
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

0 commit comments

Comments
 (0)