Skip to content

Commit 56a64cf

Browse files
authored
append version comment to pinned SHA
1 parent 57e81ae commit 56a64cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: pipx run twine check dist/*
194194
- name: Publish to PyPI
195195
if: startsWith(github.ref, 'refs/tags/')
196-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
196+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
197197
with:
198198
attestations: true
199199
skip-existing: true

0 commit comments

Comments
 (0)