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.
uv build
1 parent e4c5a33 commit 1dffc89Copy full SHA for 1dffc89
justfile
@@ -18,7 +18,7 @@ fmt-docs:
18
prettier --write '**/*.md'
19
20
build:
21
- uv tool run --from build python -m build --installer uv .
+ uv build
22
23
release:
24
@echo 'Tagging v{{VERSION}}...'
0 commit comments