diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 820163e..61094c8 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@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2 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@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 + uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2 if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi' with: repository-url: https://test.pypi.org/legacy/