isso/docs/releasing.rst

11 lines
358 B
ReStructuredText
Raw Normal View History

2018-11-03 14:50:22 +00:00
Releasing steps
===============
* Run ``python3 setup.py nosetests``, ``python2 setup.py nosetests``
2018-11-03 14:50:22 +00:00
* Update version number in ``setup.py`` and ``CHANGES.rst``
2019-01-19 14:21:47 +00:00
* ``git commit -m "Preparing ${VERSION}" setup.py CHANGES.rst``
2018-11-03 14:59:16 +00:00
* ``git tag -as ${VERSION}``
2018-11-03 18:52:49 +00:00
* ``make init all``
2019-01-19 14:26:09 +00:00
* ``python3 setup.py sdist``
* ``twine upload --sign dist/isso-${VERSION}.tar.gz``