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 77e5adf commit c25d18fCopy full SHA for c25d18f
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