help:
    just --list

publish: 
    uv build
    uv publish

clean:
    rm -rf build
