This file is a memo for the maintainer.
- Check years in
LICENSE
- Check years in
docs/conf.py
- Update version number in
setup.py
- Update version number in
yoga/version.py
- Edit / update changelog in
README.rst
- Commit / tag (
git commit -m vX.Y.Z && git tag vX.Y.Z && git push && git push --tags
)
Publish source dist and wheels on PyPI.
→ Automated :)
- Make a release on Github
- Add changelog
- Add Windows standalone zip from the CI (
standalone-builds
workflow) - Add Linux standalone tarball from the CI (
standalone-builds
workflow)