diff options
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,7 +10,10 @@ rm -rf ./dist # now preparing the source release, pushing it and its doc python2.6 setup.py -q egg_info -RDb '' sdist register upload -python2.6 setup.py build_sphinx upload_docs +cd docs/ +make html +cd .. +python2.6 setup.py upload_docs # pushing the bootstrap script scp distribute_setup.py ziade.org:nightly/build/ |
