diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 9d274a3..2847673 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -42,13 +42,13 @@ jobs: mv artifacts/wheels-*/*.whl dist/ - name: Publish to pypi.org - uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11 + uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12 if: github.event_name == 'workflow_run' || (github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi') with: packages-dir: dist/ - name: Publish to test.pypi.org - uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11 + uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12 if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi' with: repository-url: https://test.pypi.org/legacy/