just: only build wheels
This commit is contained in:
parent
30b6fff552
commit
5baf50ba33
1 changed files with 2 additions and 2 deletions
4
justfile
4
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue