We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01b833 commit 757387dCopy full SHA for 757387d
justfile
@@ -19,7 +19,7 @@ clean:
19
[group("Build")]
20
[doc("Build the wheel using pyproject.toml (modern build system).")]
21
build:
22
- python3 -m build
+ python3 -m build --wheel --verbose
23
24
25
[doc("Install the wheel locally (force reinstall).")]
0 commit comments