ci: set the test pypi url [skip ci]

This commit is contained in:
Anand Balakrishnan 2023-10-06 01:04:01 -07:00
parent 16ec443758
commit fa3345846b
No known key found for this signature in database

View file

@ -143,6 +143,7 @@ jobs:
uses: PyO3/maturin-action@v1 uses: PyO3/maturin-action@v1
env: env:
MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }} MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
MATURIN_REPOSITORY_URL: "https://test.pypi.org"
with: with:
command: upload command: upload
args: --repository-url test.pypi.org --non-interactive --skip-existing * args: --non-interactive --skip-existing *