Releasing a new version¶
Release version numbers should follow Semantic Versioning.
To create a new release, simply create and push a tag with the new release version number:
git tag vX.Y.Z # for example, v1.2.3
git push --tags
-
A corresponding GitHub release will be created automatically.
-
A release package will be built and uploaded to PyPI.