diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index c74c670..c9efc82 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -98,7 +98,7 @@ jobs: - name: Publish to Test PyPI # Only publish to TestPyPI when a PR is merged (pushed to main) if: success() && github.event_name == 'push' - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.8.12 with: user: __token__ password: ${{ secrets.TEST_PYPI_TOKEN }} @@ -110,7 +110,7 @@ jobs: - name: Publish to PyPI # Only publish to PyPI when a release triggers the build if: success() && github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.8.12 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}