In VS Code:
- Commit and push all changes.
- Make sure HEAD is where you want to be (the latest commit on main branch)
Git: Create Tag
and specify tagYYYY.M.micro
and a message.Git: Push Tags
In GitHub
- Let GitHub actions build and publish the tag to PyPI.
- On GitHub.com, draft a new release with the specified tag, write some release notes, and finish.
python -m build