Build binary wheels when publishing to PyPI

This commit is contained in:
Justin Mayer 2014-07-01 12:16:45 -07:00
commit c7052a6404
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ clean =
python setup.py clean
rm -rf *egg-info build dist
tests = python -m unittest discover
publish = python setup.py sdist register upload
publish = python setup.py sdist bdist_wheel register upload
files = README.rst
[bump]