test:
    uv run pytest

release:
    rm -rf ./dist
    uv build
    uv publish
