diff --git a/justfile b/justfile index cd5fcf2..aba054d 100644 --- a/justfile +++ b/justfile @@ -10,9 +10,9 @@ setup: uv sync # install the other tools: prek, mise -# builds a package (tgz and whl) +# builds a package build: - uv build + uv build --wheel --clear # console to observe log messages console: