This file is a memo for the maintainer.
- If imagequant has been updated, ensure
MANIFEST.in
is up to date, generate an sdist package and check we are able to build a wheel from it.
- Update version number in
setup.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