
sync:
    uv sync

up:
    uv sync --upgrade

clean:
    rm -rf dist

build:
    rye build

publish:
    rye publish