mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
Instructions on how to make a release.
This commit is contained in:
+16
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user