-
Notifications
You must be signed in to change notification settings - Fork 2
Home
bombaci-vsc edited this page Jul 21, 2025
·
1 revision
-
Tag the desired release commit with an annotated
vX.Y.Ztag and push to GitHub. This is done from the command line, e.g.$ git tag -a vX.Y.Z -m "vX.Y.Z" $ git push origin tag vX.Y.Z
-
In GitHub, run the "Publish to PyPI" workflow from the
vX.Y.Ztag you just made. -
Reviewer: review the deployment request, at a minimum verifying that the tag is appropriate and on the desired commit.