From 5704cd4c8cea889d68f9ae29ca5aaee97ef91816 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Tue, 15 Mar 2022 15:11:43 +0000 Subject: [PATCH] add note about wheels action to releasing docs --- docs/releasing.md | 2 ++ 1 file changed, 2 insertions(+) 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