1
0
Fork 0
forked from github/pelican

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]

View file

@ -9,6 +9,7 @@ typogrify
# To perform release
bumpr==0.2.0
wheel
# For docs theme
sphinx_rtd_theme