Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 254 Bytes

RELEASE-CHECKLIST.rst

File metadata and controls

9 lines (6 loc) · 254 Bytes

Release checklist

To create a release, simply create a tag that starts with 'v' (e.g. 'v3.0.0'):

git tag -a "v3.0.0"
git push origin "v3.0.0"

The package will be automatically tested, released on GitHub and uploaded to PyPI.