-
Notifications
You must be signed in to change notification settings - Fork 20
Release process
Florian Schanda edited this page Jul 31, 2020
·
2 revisions
Prepare:
- Run all checks with a simple
make
- Run
make release
(this removes-dev
from the version, and updates changelog/docs) - Carefully review and then
git push
Release:
- Issue release on GitHub with
make github_release
- Issue PyPI packages with
make upload_main
- Create zenodo release
Post-release version bump:
- Run
make bump
- Review and then
git push