diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 64d323f..e647200 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -143,6 +143,7 @@ jobs: uses: PyO3/maturin-action@v1 env: MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }} + MATURIN_REPOSITORY_URL: "https://test.pypi.org" with: command: upload - args: --repository-url test.pypi.org --non-interactive --skip-existing * + args: --non-interactive --skip-existing *