diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d6fcdf4b..64cc2e1f 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -140,6 +140,8 @@ jobs: path: dist - uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_API_TOKEN }} # build_sdist: # name: Build sdist