|
Ibid
PmWiki Help
edit SideBar
|
Beforehand
- Schedule release
- Update CHANGES
- Update ibid/data/*
- Update version in setup.py and docs/conf.py
- Freeze and test
Release Time
- Start with a clean checkout.
- sphinx-build -E docs/ docs/html
- rm -rf docs/html/.doctrees
- find . -name '*.pyc' -delete
- python setup.py sdist
- Check
- python setup.py sdist register upload -s
- lp-project-upload ibid $VERSION dist/Ibid-$VERSION.tar.gz
- Announce on:
- Launchpad
- Freshmeat
- Upload to Debian
|