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. Download wheel from CI action

  2. Submit to PyPI

$ twine upload dist/*