Update makefile

This commit is contained in:
Iacopo Spalletti 2015-10-18 15:34:03 +02:00
parent 7ca566f839
commit a518bca71f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ coverage:
coverage report -m
release: clean
python setup.py sdist bdist_wheel
python setup.py clean --all sdist bdist_wheel
twine upload dist/*
sdist: clean