diff --git a/.github/workflows/proto-publish.yml b/.github/workflows/proto-publish.yml index 471539904..702eab745 100644 --- a/.github/workflows/proto-publish.yml +++ b/.github/workflows/proto-publish.yml @@ -107,7 +107,7 @@ jobs: path: dist/ - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13 with: verbose: true @@ -133,7 +133,7 @@ jobs: name: ${{ env.BUILD_ARTIFACT_NAME }} path: dist/ - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13 with: repository-url: https://test.pypi.org/legacy/ verbose: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a08b6b655..a2e4c7030 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -106,7 +106,7 @@ jobs: name: ${{ env.BUILD_ARTIFACT_NAME }} path: dist/ - name: Publish distribution to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13 with: verbose: true @@ -134,7 +134,7 @@ jobs: name: ${{ env.BUILD_ARTIFACT_NAME }} path: dist/ - name: Publish distribution to TestPyPI - uses: pypa/gh-action-pypi-publish@release/v1 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13 with: repository-url: https://test.pypi.org/legacy/ verbose: true