aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 1053f09fe4fdb209d68258cb958b9da06509b846 (plain)
1
2
3
4
5
6
7
8
upload:
	python3 -m twine upload --verbose dist/*

build:
	python3 -m build

clean:
	rm dist/*