Skip to content

Commit 1292bb1

Browse files
committed
ci(publishing): use hash
1 parent bdaa4b1 commit 1292bb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646

4747
- name: publish pre-release wheel to test pypi index
4848
if: contains(steps.get-version.outputs.value, '.dev')
49-
uses: pypa/gh-action-pypi-publish@v1.12.4
49+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
5050
with:
5151
repository-url: https://test.pypi.org/legacy/
5252

5353
- name: publish pre-release wheel to pypi
5454
if: contains(steps.get-version.outputs.value, '.dev')
55-
uses: pypa/gh-action-pypi-publish@v1.12.4
55+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
4242

4343
- name: Publish release distributions to PyPI
44-
uses: pypa/gh-action-pypi-publish@v1.12.4
44+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc

0 commit comments

Comments
 (0)