diff --git a/docs/releasing.md b/docs/releasing.md index 334f9353..bfd50cc7 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -33,3 +33,5 @@ __version__ = "1.6.0" # <-- change this to the release version you are creating * `git pull --tags` * `git tag -a -f ` * `git push --force --tags origin` +* Confirm that the "Build and upload Python wheels" action runs to completion + * run it manually if it hasn't run