diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index bc9d68f0a..56840df45 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -79,7 +79,7 @@ jobs: - name: Publish package to TestPyPI if: github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.12.4 # zizmor: ignore[use-trusted-publishing] + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.12.4 # zizmor: ignore[use-trusted-publishing] with: user: __token__ password: ${{ secrets.PARCELS_PYPI_TEST_TOKEN }} @@ -97,7 +97,7 @@ jobs: name: releases path: dist - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 test-pypi-release: needs: upload-to-pypi