Update publish make task

This commit is contained in:
Brent O'Connor 2020-03-06 11:14:46 -06:00
parent ac0f3c39c4
commit 40abc68fd7

View file

@ -15,6 +15,6 @@ test:
tox
publish:
rm -fr build dist
python setup.py sdist bdist_wheel
twine upload dist/*
rm -fr build dist