diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8779e1..9dbfdf4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,11 +87,11 @@ jobs: - name: Publish to PyPI if: ${{ inputs.repository == 'pypi' }} # v1.13.0 (release/v1) - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 - name: Publish to TestPyPI if: ${{ inputs.repository == 'testpypi' }} # v1.12.4 (release/v1) - uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 with: repository-url: https://test.pypi.org/legacy/