clean:
	rm -rf dist/ build/

build: clean
	python -m build
	twine check --strict dist/*

test:
	pytest