Here are the steps on how to make a new release.
- Create a
release-VERSIONbranch fromupstream/main. - Update
CHANGELOG.rst. - Push the branch to
upstreamand open a PR. - Once all tests pass, start the
deployworkflow manually from the branchrelease-VERSION, passingVERSIONas parameter. - Merge the PR.