-
Notifications
You must be signed in to change notification settings - Fork 12
Checklist for Release
Thomas Ogden edited this page Aug 9, 2019
·
16 revisions
- Make sure the CHANGELOG is up-to-date and correct.
- Update CHANGELOG [Unreleased] title to current release number and add date.
- Add tagged release in Github
- Run
python setup.py sdist --formats=gztar,zip
, attachdist/MaxwellBloch-X.Y.Z.tar.gz
and.zip
to release - Add release to pip
python setup.py register sdist upload
- Setup a new conda env with the new package from pip.
- In
notebooks-maxwellbloch
, mergedev
intomaster
- Tag
notebooks-maxwellbloch
withvX.Y.Z
- Test all the notebooks in
notebooks-maxwellbloch
master
branch.