summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortarek <none@none>2009-08-08 23:25:44 +0200
committertarek <none@none>2009-08-08 23:25:44 +0200
commit0c3e5e29c6b2c9cf7f8f634e67cc069a930e1466 (patch)
treef170171dc934d9b06d033e799e6f250ee5c346d0
parent9f08dbed9517e6f07505aa6fa906a51055fbc0a1 (diff)
downloadpython-setuptools-git-0c3e5e29c6b2c9cf7f8f634e67cc069a930e1466.tar.gz
added an upload file
--HG-- branch : distribute extra : rebase_source : 07d6ba37b48dcf16bdd027a08f3bda9ae965dc1c
-rwxr-xr-xrelease.sh2
-rw-r--r--upload.sh6
2 files changed, 6 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index 0866223e..f3186a9f 100755
--- a/release.sh
+++ b/release.sh
@@ -20,5 +20,3 @@ 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
-# XXX uploads will be done here
-
diff --git a/upload.sh b/upload.sh
new file mode 100644
index 00000000..53dfda93
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,6 @@
+# upload for 2.5 and 2.6
+# 2.3 and 2.4 are manual
+python2.5 setup.py egg_info -RDb '' bdist_egg register upload
+python2.6 setup.py egg_info -RDb '' bdist_egg sdist register upload
+
+