Release Process
Follow these steps:
Update
release_notes.txt
Tag with the following command
$ git tag <release_number> -F release_notes.txt
Push tag to origin
$ git push --tags origin master
Build the Wheel
$ tox -e wheel-py38
Submit to PyPI
$ twine upload dist/wheel-py38/*