diff --git a/upload.py b/upload.py index 9797f3dde8..cfec4876f3 100644 --- a/upload.py +++ b/upload.py @@ -236,6 +236,7 @@ def stage_three(): check_call('rm -f dist/*') check_call('python setup.py register') check_call('python setup.py bdist_egg --exclude-source-files upload') + check_call('python2.5 setup.py bdist_egg --exclude-source-files upload') check_call('python setup.py sdist upload') upload_src_tarball() check_call('''rm -rf dist/* build/*''')