Skip to content

Commit 3523667

Browse files
authored
Fix pypa/gh-action-pypi-publish version to use SHA pinning (#2198)
1 parent 0d695a2 commit 3523667

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
@@ -31,4 +31,4 @@ jobs:
3131
- name: Build package
3232
run: uv build
3333
- name: Publish to PyPI
34-
uses: pypa/gh-action-pypi-publish@v1
34+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13

0 commit comments

Comments
 (0)