Makefile tweak

This commit is contained in:
Tony Garnock-Jones 2018-11-18 17:00:20 +00:00
parent ecdf123358
commit 28cf1d37a8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ clean:
rm -f .coverage
rm -rf preserves.egg-info build dist
publish:
publish: clean
# sudo apt install python3-wheel twine
python3 setup.py sdist bdist_wheel
twine upload dist/*