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
Download wheel from CI action
Submit to PyPI
$ twine upload dist/*