Commit 70c294c9 authored by PJ Eby's avatar PJ Eby

Build & upload win32 installers

--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051962
parent 0660a02f
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
export VERSION="0.6c4" export VERSION="0.6c4"
python2.3 setup.py -q release source && \ python2.3 setup.py -q release source --target-version=2.3 upload && \
python2.4 setup.py -q release binary && \ python2.4 setup.py -q release binary --target-version=2.4 upload && \
python2.5 setup.py -q release binary && \ python2.5 setup.py -q release binary --target-version=2.5 upload && \
python2.3 ez_setup.py --md5update dist/setuptools-$VERSION*-py2.?.egg && \ python2.3 ez_setup.py --md5update dist/setuptools-$VERSION*-py2.?.egg && \
cp ez_setup.py virtual-python.py ~/distrib/ && \ cp ez_setup.py virtual-python.py ~/distrib/ && \
cp ez_setup.py ~/projects/ez_setup/__init__.py && \ cp ez_setup.py ~/projects/ez_setup/__init__.py && \
......
...@@ -5,7 +5,10 @@ tag_svn_revision = 1 ...@@ -5,7 +5,10 @@ tag_svn_revision = 1
[aliases] [aliases]
release = egg_info -RDb '' release = egg_info -RDb ''
source = sdist bdist_rpm register binary source = sdist bdist_rpm register binary
binary = bdist_egg bdist_wininst upload --show-response binary = bdist_egg bdist_wininst
[upload]
show_response = 1
[bdist_rpm] [bdist_rpm]
source_only = 1 source_only = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment