Steps for creating a new release¶
- Create release branch (branch name can be the target version number).
- Update version number in
emmopy/__init__.py
. - Commit and push to origin (emmo-repo/EMMO-python).
- Push the release branch to GitHub and create a pull request for merging to the master branch.
- Once accepted, merge to master.
- Create a release on GitHub with a short release description.
Set the tag to the version number prefixed with "v"
and title to the version number.
7. The PyPI distribution package is created automatically upon creation of a new release on GitHub.