Here are the steps on how to make a new release.
Create a
release-VERSIONbranch fromupstream/master.Update
CHANGELOG.rst.Push the branch to
upstream.Once all tests pass, start the
deployworkflow manually or via command-line:gh workflow run deploy.yml --ref release-VERSION --field version=VERSION
Merge the PR.