fix makefile

This commit is contained in:
Tobias Oberstein 2017-02-25 11:17:32 +01:00
parent cb0af20708
commit a3f08abe4f

View File

@ -54,5 +54,5 @@ upload: clean
# publish to PyPI
publish: clean
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
twine upload dist/*