diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2049d67..ddf6273 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,6 +172,6 @@ jobs: - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 # No need for secrets.PYPI_API_TOKEN if using trusted publishing - # with: - # user: __token__ - # password: ${{ secrets.PYPI_API_TOKEN }} + with: + user: __token__ + password: ${{ secrets.PYPI_API_TOKEN }}