Skip to content

Commit

Permalink
Instructions on how to make a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Oct 7, 2009
1 parent d9bc7cf commit 70cbc2b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 70cbc2b

Please sign in to comment.