isso/docs/releasing.rst
2018-11-03 18:52:49 +00:00

11 lines
340 B
ReStructuredText

Releasing steps
===============
* Run ``make check``, ``python3 setup.py nosetests``, ``python2 setup.py nosetests``
* Update version number in ``setup.py`` and ``CHANGES.rst``
* ``git commit -m "Preparing ${VERSION}"``
* ``git tag -as ${VERSION}``
* ``make init all``
* ``./setup.py sdist``
* ``twine upload dist/isso-${VERSION}.tar.gz``