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