mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Build binary wheels when publishing to PyPI
This commit is contained in:
parent
9af2169027
commit
c7052a6404
2 changed files with 2 additions and 1 deletions
2
bumpr.rc
2
bumpr.rc
|
|
@ -5,7 +5,7 @@ clean =
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
rm -rf *egg-info build dist
|
rm -rf *egg-info build dist
|
||||||
tests = python -m unittest discover
|
tests = python -m unittest discover
|
||||||
publish = python setup.py sdist register upload
|
publish = python setup.py sdist bdist_wheel register upload
|
||||||
files = README.rst
|
files = README.rst
|
||||||
|
|
||||||
[bump]
|
[bump]
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ typogrify
|
||||||
|
|
||||||
# To perform release
|
# To perform release
|
||||||
bumpr==0.2.0
|
bumpr==0.2.0
|
||||||
|
wheel
|
||||||
|
|
||||||
# For docs theme
|
# For docs theme
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue