Skip to content

Commit f7f7583

Browse files
committed
fix: correct pip wheel command for dependencies
Remove incorrect --no-deps=false flag, as pip wheel includes dependencies by default
1 parent 9eb86fc commit f7f7583

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
@@ -58,7 +58,7 @@ jobs:
5858
poetry install
5959
6060
# Build wheel including all dependencies
61-
pip wheel . --no-deps=false -w dist/
61+
pip wheel . -w dist/
6262
shell: bash
6363

6464
- name: Build source distribution

0 commit comments

Comments
 (0)