format:
    uv run ruff check --fix
    uv run ruff format

publish:
    rm -rf dist
    uv build
    uv publish dist/*
