pypi-upload:
	rm -rf dist/*
	rm -rf *.egg-info
	python3 -m build
	twine upload dist/*

