- run
python setup.py extract_messages
- run
(cd sphinxcontrib/serializinghtml/locales/; tx push -s)
- call for translation
- check travis-ci testing result
- run
(cd sphinxcontrib/serializinghtml/locales/; tx pull -a -f)
- run
python setup.py compile_catalog
- Run
git add sphinxcontrib
- Run
git commit -am 'Update message catalogs'
- check release version in
sphinxcontrib/serializinghtml/version.py
- update release date in
CHANGES
- Run
make clean
- build distribtion files:
python setup.py release sdist bdist_wheel
- make a release:
twine upload --sign --identity=<your-identify> dist/<new-version-files>
- check PyPI page: https://pypi.org/p/sphinxcontrib-serializinghtml
- tagging with version name. e.g.: git tag 1.1.0
- bump version in
sphinxcontrib/serializinghtml/version.py