diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e34f9d..c2d2034 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: github_token: ${{ secrets.GH_TOKEN }} - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@v1.9.0 + uses: pypa/gh-action-pypi-publish@v1.13.0 if: steps.release.outputs.released == 'true' # This action supports PyPI's trusted publishing implementation, which allows authentication to PyPI without a manually # configured API token or username/password combination. To perform trusted publishing with this action, your project's