diff options
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -export VERSION="0.6.4" +export VERSION="0.6.5" # creating the 3k script mkdir ./temp @@ -14,7 +14,8 @@ rm -rf ./temp rm -rf ./dist # now preparing the source release, pushing it and its doc -python2.6 setup.py -q egg_info -RDb '' sdist register upload sphinx_build upload_doc +python2.6 setup.py -q egg_info -RDb '' sdist register upload +python2.6 setup.py build_sphinx upload_docs # pushing the bootstrap scripts scp distribute_setup.py ziade.org:nightly/build/ |
