1 parent f562a26 commit 838168fCopy full SHA for 838168f
1 file changed
.github/workflows/release.yml
@@ -76,10 +76,10 @@ jobs:
76
77
- name: Publish artifacts to PyPI Test
78
if: inputs.deploy-to == 'PypiTest'
79
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # pypa/gh-action-pypi-publish@v1.14.2
80
with:
81
repository-url: https://test.pypi.org/legacy/
82
83
- name: Publish artifacts to PyPI Prod
84
if: inputs.deploy-to == 'PypiProd'
85
0 commit comments