Skip to content

Commit

Permalink
git: ci fix release upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierdag committed Aug 29, 2024
1 parent 1b0256a commit 7a6b0cc
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 @@ -137,4 +137,4 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: upload
args: --non-interactive --skip-existing *
args: --non-interactive --skip-existing dist/*

0 comments on commit 7a6b0cc

Please sign in to comment.