setup:
	uv sync

test:
	uv run pytest

console:
	uv run del

build:
	uv build

publish:
	uv publish --token $(PYPI_TOKEN)
