Rules to publish wheel release

This commit is contained in:
Valentin Samir 2016-07-23 18:46:36 +02:00
parent 2ce03972e5
commit 1636860e48
2 changed files with 5 additions and 0 deletions

View File

@ -70,3 +70,6 @@ test_venv/bin/sphinx-build: test_venv
docs: test_venv/bin/sphinx-build
bash -c "source test_venv/bin/activate; cd docs; make html"
publish_pypi_release:
python setup.py sdist bdist_wheel upload --sign

View File

@ -9,3 +9,5 @@ tag_svn_revision = 0
[aliases]
test=pytest
[bdist_wheel]
universal = 1