Changes between Version 19 and Version 20 of ReleaseProcess
- Timestamp:
- 07/28/11 13:51:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcess
v19 v20 55 55 $ python setup.py build_sphinx 56 56 }}} 57 1. Upload docs to PyPI. If this is the first time you'll want sphinx-pypi-upload installed:57 1. Upload docs to docs.ckan.org: 58 58 {{{ 59 $ easy_install sphinx-pypi-upload59 $ rsync build/sphinx/html/*.html [email protected]:/home/okfn/var/srvc/docs.ckan.org/ 60 60 }}} 61 then do the upload: 62 {{{ 63 $ python setup.py upload_sphinx 64 }}} 65 Check it is displayed at: http://packages.python.org/ckan/ 61 Check it is displayed at: http://docs.ckan.org/ 66 62 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. 67 63 {{{