We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acf222b + cb51a8d commit e43d8c4Copy full SHA for e43d8c4
justfile
@@ -32,4 +32,5 @@ docs:
32
# Build the release package
33
build:
34
rm -rf dist
35
- uv build
+ uv build --wheel
36
+ uv build --sdist
0 commit comments