bootstrap:
	python3 -m pip install --upgrade twine
	python3 -m pip install --upgrade build

test:
	python3 -m pytest

build:
	python3 -m build

publish:
	twine upload dist/*