.PHONY: help
help:
	@cat Makefile

build-release:
	uv run flit build

push-release:
	uv run flit publish
