Table of Contents generated with DocToc
- Update Readme with any new information, as needed
- Bump the version in
__init__.py
- Commit to git with the message
v{num}
, likev1.4.0
, push - Make a new release in Github
- Add release notes based on the changes (best to use "Generate Release Notes" in the UI)
- It will automatically push the new version to PyPI, using GH Actions
- Conda forge will automatically pick up the new version from PyPI within a day or 2, and it automatically create a PR there