0. pip install build twine
1. Edit files as needed
2. If pyrothermel_bindings is edited, run `pybind11-stubgen pyrothermel.pyrothermel_bindings` then copy *.pyi from stubs/ to pyrothermel/
3. Update version number in setup.py (and recipe/meta.yaml if we ever try conda-forge)
4. Commit and push on git
5. Delete old folders for dist and pyrothermel.egg-info
6. In terminal, run: conda activate pyrothermal_test
7. In terminal, run: python -m build
8. In terminal, run: twine upload dist/*