build:
	rm -rf dist
	python -m build

publish:
	python3 -m twine upload  dist/*
