.PHONY: build publish

build:
	.venv/bin/python scripts/preprocess_readme.py
	uv build --out-dir dist

publish: build
	uv publish --index pypi