1
0
mirror of https://github.com/TeamNewPipe/isso synced 2025-10-06 00:23:15 +02:00
Files
isso/docs/releasing.rst
Jelmer Vernooij 4fe24296a2 Start on 0.12.2.
2019-01-19 14:26:09 +00:00

11 lines
358 B
ReStructuredText

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