.PHONY: publish

publish:
	-rm -rf dist/
	python3 -m build
	twine upload dist/*
