Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukipuki committed Mar 29, 2024
1 parent eded020 commit fe02b7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
with:
command: upload -r testpypi
args: --non-interactive --skip-existing *
command: upload
args: -r testpypi --non-interactive --skip-existing *whl
4 changes: 2 additions & 2 deletions .github/workflows/windows-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_PYPI_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing *
args: -r testpypi --non-interactive --skip-existing *

0 comments on commit fe02b7a

Please sign in to comment.