diff options
| author | tarek <none@none> | 2009-10-11 11:22:25 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-10-11 11:22:25 +0200 |
| commit | 009a483d58c57a15f469232daa0de302a877d186 (patch) | |
| tree | eb6c356438ee47af7918179d9e9e2df04a12bd2a /release.sh | |
| parent | 5d7a14a28bc7d65a0b35af16a51e5d75e8459f27 (diff) | |
| download | external_python_setuptools-009a483d58c57a15f469232daa0de302a877d186.tar.gz external_python_setuptools-009a483d58c57a15f469232daa0de302a877d186.tar.bz2 external_python_setuptools-009a483d58c57a15f469232daa0de302a877d186.zip | |
starting 0.6.5
--HG--
branch : distribute
extra : rebase_source : 6925947fb2b7beef652eef8a2683cae710f46e58
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/ |
