Changes between Version 11 and Version 12 of ReleaseProcess


Ignore:
Timestamp:
02/18/11 14:30:49 (3 years ago)
Author:
dread
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcess

    v11 v12  
    2929$ python setup.py build_sphinx 
    3030}}} 
    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/ 
    3240 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. 
    3341{{{