Skip to content

Commit

Permalink
fix args order in upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphilipsmith committed Dec 13, 2024
1 parent e48eb5f commit e0c2abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
- name: Publish to TestPyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.TESTPYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/* --repository-url https://test.pypi.org/legacy/
args: --non-interactive --skip-existing --repository-url="https://test.pypi.org/legacy" wheels-*/*

0 comments on commit e0c2abf

Please sign in to comment.