Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 213 Bytes

BUILD.rst

File metadata and controls

16 lines (9 loc) · 213 Bytes

Run tests:

tox

Publish to PyPI:

python setup.py sdist bdist_wheel
twine upload dist/*

Build docs:

python setup.py build_sphinx

Publish docs to GitHub Pages:

ghp-import -n -p build/sphinx/html