build:
	python -m build

upload:
	twine upload --config-file ./.pypirc dist/*
