Requirements:
- pip install build
- pip install twine
- Update
ciw/version.py
- Update CHANGES.rst
- Push to GitHub and draft new release on GitHub
- Build distribution with:
python -m build
- Push to PyPI with:
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*