Open
Description
Currently we assume that a draft is created prior to running the release workflow:
I dunno how @vzhurba01 @rwgk feel about this, but perhaps the UX could be improved if we create the draft as part of the release workflow using
gh release create --draft
. After the wheels and docs are deployed and tarball/checksum attached to the draft, we then manually populate the release message in the draft and publish it.