Skip to content

Commit 123ca2e

Browse files
authored
Fix pypa/gh-action-pypi-publish version reference (#69)
The previous change incorrectly used @v1 which doesn't exist. Pin to release/v1.13 SHA for security best practices. Signed-off-by: Salman Muin Kayser Chishti <[email protected]>
1 parent 741c02d commit 123ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build package
3030
run: uv build
3131
- name: Publish to PyPI
32-
uses: pypa/gh-action-pypi-publish@v1
32+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13

0 commit comments

Comments
 (0)