Skip to content

Commit

Permalink
fix: correct pip wheel command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Jan 31, 2025
1 parent 260dd31 commit f89f0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
poetry install
# Build wheel including all dependencies
python -m pip wheel . --no-deps=False -w dist/
python -m pip wheel . -w dist/
# On macOS, repair wheels and build for arm64 if needed
if [ "${{ runner.os }}" = "macOS" ]; then
Expand Down

0 comments on commit f89f0fc

Please sign in to comment.