Skip to content

Commit

Permalink
Python workflow: when releasing, do not specify manifest-path
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 12, 2024
1 parent 612f715 commit 51ec579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing wheels-*/* --manifest-path python/Cargo.toml
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 51ec579

Please sign in to comment.