Skip to content

Commit

Permalink
ci: Fix python upload (#4563)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jun 9, 2024
1 parent 5571c65 commit f439a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --skip-existing **/*{.whl,.tar.gz}

publish-prql-js:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f439a8f

Please sign in to comment.