Skip to content

Commit 09aa694

Browse files
Move to using commit hash for consistency
Signed-off-by: Thara Palanivel <[email protected]>
1 parent c226a16 commit 09aa694

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# for setuptools-scm
4545
fetch-depth: 0
4646

47-
- uses: hynek/build-and-inspect-python-package@v2
47+
- uses: hynek/build-and-inspect-python-package@b5076c307dc91924a82ad150cdd1533b444d3310 # v2.12.0
4848

4949
# push to Test PyPI on
5050
# - a new GitHub release is published
@@ -77,7 +77,7 @@ jobs:
7777
path: dist
7878

7979
- name: Upload to Test PyPI
80-
uses: pypa/gh-action-pypi-publish@v12.2.4
80+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
8181
with:
8282
repository-url: https://test.pypi.org/legacy/
8383

@@ -122,4 +122,4 @@ jobs:
122122
run: rm ./dist/*.sigstore.json
123123

124124
- name: Upload to PyPI
125-
uses: pypa/gh-action-pypi-publish@v12.2.4
125+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)