.PHONY: build
build:
	python3 -m build

.PHONY: upload
upload:
	python3 -m twine upload --verbose dist/*
