summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortarek <none@none>2009-10-09 13:51:09 +0200
committertarek <none@none>2009-10-09 13:51:09 +0200
commita5633e5ddf0063b1b58e2f0950ec50e1718cbdc7 (patch)
treee9e9a517f1d386aba1dad477638c8e2a0ba305b3
parentfc30a740e46df3e3baed16112fc141ff1625d4a6 (diff)
downloadpython-setuptools-git-a5633e5ddf0063b1b58e2f0950ec50e1718cbdc7.tar.gz
pushing the doc as well
--HG-- branch : distribute extra : rebase_source : 8b45c37dc3d3e4f2d3f91beb2f5867523f45f974
-rwxr-xr-xrelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index 772bba97..2b4d2338 100755
--- a/release.sh
+++ b/release.sh
@@ -13,8 +13,8 @@ rm -rf ./temp
# creating the releases
rm -rf ./dist
-# now preparing the source release
-python2.6 setup.py -q egg_info -RDb '' sdist register upload
+# 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
# pushing the bootstrap scripts
scp distribute_setup.py ziade.org:nightly/build/