Skip to content

Commit

Permalink
ci: Fix uploads of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Mar 20, 2024
1 parent b207b60 commit 8fdb3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --skip-existing dist/*

0 comments on commit 8fdb3b6

Please sign in to comment.