Skip to content

Commit f89f0fc

Browse files
committed
fix: correct pip wheel command syntax
1 parent 260dd31 commit f89f0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
poetry install
4141
4242
# Build wheel including all dependencies
43-
python -m pip wheel . --no-deps=False -w dist/
43+
python -m pip wheel . -w dist/
4444
4545
# On macOS, repair wheels and build for arm64 if needed
4646
if [ "${{ runner.os }}" = "macOS" ]; then

0 commit comments

Comments
 (0)