summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrelease.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/release.sh b/release.sh
index fd4eb079..7cbaa0a2 100755
--- a/release.sh
+++ b/release.sh
@@ -5,18 +5,18 @@ export VERSION="0.6.1"
# creating the releases
rm -rf dist
-# eggs
-python2.3 setup.py -q egg_info -RDb '' bdist_egg # manual upload
-python2.4 setup.py -q egg_info -RDb '' bdist_egg # manual upload
-python2.5 setup.py -q egg_info -RDb '' bdist_egg register upload
-python2.6 setup.py -q egg_info -RDb '' bdist_egg register upload
-
# updating the md5 hashes
python distribute_setup.py --md5update dist/distribute-$VERSION-py2.3.egg
python distribute_setup.py --md5update dist/distribute-$VERSION-py2.4.egg
python distribute_setup.py --md5update dist/distribute-$VERSION-py2.5.egg
python distribute_setup.py --md5update dist/distribute-$VERSION-py2.6.egg
+# eggs
+python2.3 setup.py -q egg_info -RDb '' bdist_egg # manual upload
+python2.4 setup.py -q egg_info -RDb '' bdist_egg # manual upload
+python2.5 setup.py -q egg_info -RDb '' bdist_egg register upload
+python2.6 setup.py -q egg_info -RDb '' bdist_egg register upload
+
# now preparing the source release
python2.6 setup.py -q egg_info -RDb '' sdist register upload