Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 300 Bytes

RELEASING.rst

File metadata and controls

19 lines (10 loc) · 300 Bytes

Releasing

Before doing updates, make sure to:

  • read the README, and make sure this matches it
  • create a new virtualenv. Run python setup.py test.
  • create a new virtualenv. Install tox. Run tox.

Before uploading to PyPI:

  • update version number
  • make a tag
  • push to PyPI