diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3af5ccc..44e9cdc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -85,4 +85,11 @@ jobs: command: upload args: --skip-existing --non-interactive + - name: Publish to PyPI # ← ADD THIS + uses: PyO3/maturin-action@v1 + with: + token: ${{ secrets.PYPI_API_TOKEN }} + command: upload + args: --skip-existing --non-interactive +