Open
Description
- Update
whats-new
andCITATION.cff
- Create a new section with date in
whats-new.rst
- Add entries in the section looking at recent commits.
- Create a PR to update whats-new.
- Add version info and release date at bottom of CITATION.cff
- Add the
test-build
tag. - Make sure tests pass.
- Merge the PR.
- Create a new section with date in
- Tag a release using the Github UI
- Click "Draft a new release"
- Add a new tag
vX.Y.Z
- Use
vX.Y.Z
as name - Generate release notes, and edit to make it understandable to Github users.
- Create the release!
- After the tag is created, a Github Action to deploy to pypi will be triggered. Monitor to make sure this succeeds (click "Actions")
- Wait for the conda-forge PR to show up and merge that after checking that requirements have been updated.