diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a7fc14..126d00d 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@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2 + uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 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@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2 + uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3 if: github.repository == env.HOME_REPO with: password: ${{ secrets.PYPI_API_TOKEN }}