
sync:
    uv sync

up:
    uv sync --upgrade

test:
    uv run pytest ./tests

clean:
    rm -rf dist

build:
    rye build

publish:
    rye publish