blob: 689077472f9e7af7ce70ba8bb763b65dbd08cf8a [file] [log] [blame]
.PHONY: publish test
publish:
rm -rf dist/
python setup.py sdist bdist_wheel
twine upload -s dist/*
test:
py.test -n 4 --cov h2 test/