Skip to content

Commit

Permalink
ci: set the test pypi url [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-bala committed Oct 6, 2023
1 parent 16ec443 commit fa33458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 *

0 comments on commit fa33458

Please sign in to comment.