Release Process =============== Follow these steps: 1) Update :code:`release_notes.txt` 2) Tag with the following command .. code-block:: bash $ git tag -F release_notes.txt 3) Push tag to origin .. code-block:: bash $ git push --tags origin master 4) Build the Wheel .. code-block:: bash $ tox -e wheel-py38 5) Submit to PyPI .. code-block:: bash $ twine upload dist/wheel-py38/*