Version number is located in exh/__init__.py
python setup.py sdist bdist_wheel
twine check dist/NAME_OF_DISTFILE
twine upload dist/FILES_TO_UPLOAD
Caveat: No reuploads are possible. One ought to make sure that the archive contains everything as desired.