Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Apr 16, 2024
1 parent 260f2a8 commit 173a7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: upload
args: "-r https://test.pypi.org/legacy/ --non-interactive --skip-existing wheels-*/*"
args: --repository=testpypi --non-interactive --skip-existing wheels-*/*"


0 comments on commit 173a7e3

Please sign in to comment.