Skip to content

Commit a3299d9

Browse files
committed
ci: Pin pypa actions
1 parent db16e4e commit a3299d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
name: python-package-distributions
2626
path: dist/
27-
- uses: pypa/gh-action-pypi-publish@release/v1
27+
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
2828
with:
2929
repository-url: https://test.pypi.org/legacy/
3030
skip-existing: true
@@ -39,4 +39,4 @@ jobs:
3939
with:
4040
name: python-package-distributions
4141
path: dist/
42-
- uses: pypa/gh-action-pypi-publish@release/v1
42+
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)