Skip to content

Commit 1dffc89

Browse files
committed
👷 chore: use uv build
1 parent e4c5a33 commit 1dffc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fmt-docs:
1818
prettier --write '**/*.md'
1919

2020
build:
21-
uv tool run --from build python -m build --installer uv .
21+
uv build
2222

2323
release:
2424
@echo 'Tagging v{{VERSION}}...'

0 commit comments

Comments
 (0)