Bump version number
Add version tag
Build the archive
python setup.py sdist bdist_wheel
Upload to test.pypi
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Upload to pypi
python -m twine upload dist/*
Installing from test.pypi
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple igv-reports