install:
	uv sync --all-groups

test:
	uv run pytest

lint:
	uv run ruff check .

format:
	uv run ruff format .

build:
	uv build

publish:
	bash publish.sh
