Rules to publish wheel release
This commit is contained in:
parent
2ce03972e5
commit
1636860e48
2 changed files with 5 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -70,3 +70,6 @@ test_venv/bin/sphinx-build: test_venv
|
||||||
|
|
||||||
docs: test_venv/bin/sphinx-build
|
docs: test_venv/bin/sphinx-build
|
||||||
bash -c "source test_venv/bin/activate; cd docs; make html"
|
bash -c "source test_venv/bin/activate; cd docs; make html"
|
||||||
|
|
||||||
|
publish_pypi_release:
|
||||||
|
python setup.py sdist bdist_wheel upload --sign
|
||||||
|
|
|
@ -9,3 +9,5 @@ tag_svn_revision = 0
|
||||||
[aliases]
|
[aliases]
|
||||||
test=pytest
|
test=pytest
|
||||||
|
|
||||||
|
[bdist_wheel]
|
||||||
|
universal = 1
|
||||||
|
|
Loading…
Reference in a new issue