Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Mar 20, 2024
1 parent 7bf42ea commit bef9227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
command: publish
target: ${{ matrix.target }}
args: --no-default-features --release -i ${{ matrix.python-version }} --no-sdist --skip-existing -m src/python/Cargo.toml
args: --no-default-features -i ${{ matrix.python-version }} --no-sdist --skip-existing -m src/python/Cargo.toml

macos:
runs-on: macos-latest
Expand Down

0 comments on commit bef9227

Please sign in to comment.