Changes between Version 11 and Version 12 of ReleaseProcess
- Timestamp:
- 02/18/11 14:30:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v11 v12 29 29 $ python setup.py build_sphinx 30 30 }}} 31 1. Upload docs to knowledgeforge. 31 1. Upload docs to PyPI. If this is the first time you'll want sphinx-pypi-upload installed: 32 {{{ 33 $ easy_install sphinx-pypi-upload 34 }}} 35 then do the upload: 36 {{{ 37 $ python setup.py upload_sphinx 38 }}} 39 Check it is displayed at: http://packages.python.org/ckan/ 32 40 1. Tag the repo with the version number (commits change). (add -f to the tag if you want to overwrite a previous tag with this release) e.g. 33 41 {{{