Release Process

Follow these steps:

  1. Update release_notes.txt

  2. Tag with the following command

$ git tag <release_number> -F release_notes.txt
  1. Push tag to origin

$ git push --tags origin master
  1. Build the Wheel

$ tox -e wheel-py38
  1. Submit to PyPI

$ twine upload dist/wheel-py38/*