summaryrefslogtreecommitdiff
path: root/Makefile
blob: 263ea367be69e9fde3600c4a697b692dc6a39436 (plain)
1
2
3
4
5
6
release:
	umask 022 && chmod -R a+rX . && python setup.py sdist bdist_wheel
	# twine upload dist/*

test:
	tox