Instructions on how to make a release.

This commit is contained in:
Stefan van der Walt
2009-10-08 00:31:58 +02:00
parent d9bc7cf72a
commit 70cbc2b71e
+16
View File
@@ -0,0 +1,16 @@
How to make a new release of ``scikits.image``
==============================================
- Update the version number in setup.py and commit
- Add the version number as a tag in git::
git tag v0.1
- Push the new meta-data to github::
git push --tags origin master
- Publish on PyPi:
python setup.py register