diff --git a/Makefile b/Makefile index d3578e4..9d74db8 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,9 @@ check: lint clean-build clean-pyc clean-test test-coverage release: clean python setup.py sdist upload + python setup.py bdist_wheel upload dist: clean python setup.py sdist + python setup.py bdist_wheel ls -l dist