Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 415 Bytes

build.rst

File metadata and controls

11 lines (10 loc) · 415 Bytes

Building a release

  • Build the c extensions and commit
  • Tag the release with a release message and push to github
  • Build the distribution wheels (use vagrant to build the linux wheels) (N.B. be careful with the c files built from cython)
  • Build the documentation using::
    tox -e gh_pages
  • Add the release info to github
  • Push the release to pypi using twine::
    twine upload dist/*