ci: set the test pypi url [skip ci]
This commit is contained in:
parent
16ec443758
commit
fa3345846b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue