- check travis-ci testing result
- check release version in
sphinxcontrib/websupport/version.py
andCHANGES
- 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-websupport
- tagging with version name. e.g.: git tag 1.1.0
- bump version in
sphinxcontrib/websupport/version.py
andCHANGES