Skip to content

Commit 838168f

Browse files
Bump gh-action-pypi-publish to v1.14.2 (#374)
1 parent f562a26 commit 838168f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

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

7777
- name: Publish artifacts to PyPI Test
7878
if: inputs.deploy-to == 'PypiTest'
79-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # pypa/gh-action-pypi-publish@release/v1
79+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # pypa/gh-action-pypi-publish@v1.14.2
8080
with:
8181
repository-url: https://test.pypi.org/legacy/
8282

8383
- name: Publish artifacts to PyPI Prod
8484
if: inputs.deploy-to == 'PypiProd'
85-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # pypa/gh-action-pypi-publish@release/v1
85+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # pypa/gh-action-pypi-publish@v1.14.2

0 commit comments

Comments
 (0)