Skip to content

Commit c97c827

Browse files
Fix invalid pinned SHA for pypa/gh-action-pypi-publish
1 parent 28ddc07 commit c97c827

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
path: dist
3030
merge-multiple: true
3131

32-
- uses: pypa/gh-action-pypi-publish@cef2210092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
32+
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
3333
with:
3434
skip-existing: true

.github/workflows/publish-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
path: dist
6464
merge-multiple: true
6565

66-
- uses: pypa/gh-action-pypi-publish@cef2210092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
66+
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
6767
with:
6868
skip-existing: true

0 commit comments

Comments
 (0)