diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a3c2ef..277a7d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -122,7 +122,7 @@ jobs: path: dist - name: Publish to TestPyPI - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0 if: github.repository != env.HOME_REPO with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} @@ -131,7 +131,7 @@ jobs: skip_existing: true - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0 if: github.repository == env.HOME_REPO with: password: ${{ secrets.PYPI_API_TOKEN }}