diff options
| author | tarek <none@none> | 2009-08-08 23:25:44 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-08 23:25:44 +0200 |
| commit | 0c3e5e29c6b2c9cf7f8f634e67cc069a930e1466 (patch) | |
| tree | f170171dc934d9b06d033e799e6f250ee5c346d0 | |
| parent | 9f08dbed9517e6f07505aa6fa906a51055fbc0a1 (diff) | |
| download | python-setuptools-git-0c3e5e29c6b2c9cf7f8f634e67cc069a930e1466.tar.gz | |
added an upload file
--HG--
branch : distribute
extra : rebase_source : 07d6ba37b48dcf16bdd027a08f3bda9ae965dc1c
| -rwxr-xr-x | release.sh | 2 | ||||
| -rw-r--r-- | upload.sh | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -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 + + |
