Skip to content

Commit dea5d56

Browse files
authored
Merge pull request #90 from tharapalanivel/fix_pypi_wf
fix: Fix push to pypi flow
2 parents 88ac3dc + 09aa694 commit dea5d56

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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
125+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)