add note about wheels action to releasing docs

This commit is contained in:
Dominic Hamon 2022-03-15 15:11:43 +00:00 committed by GitHub
parent 3eab98544f
commit 5704cd4c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@ __version__ = "1.6.0" # <-- change this to the release version you are creating
* `git pull --tags`
* `git tag -a -f <tag> <tag>`
* `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