From 5baf50ba3390479e6ee355638964a67515360ff1 Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 19 Feb 2026 22:52:51 +0100 Subject: [PATCH] just: only build wheels --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: