Skip to content
pressler-vsc edited this page Feb 20, 2025 · 2 revisions

Create a release

  1. Tag the desired release commit with an annotated vX.Y.Z tag 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
  2. In GitHub, run the "Publish to PyPI" workflow from the vX.Y.Z tag you just made.

  3. Reviewer: review the deployment request, at a minimum verifying that the tag is appropriate and on the desired commit.

Clone this wiki locally