From cf61fe8f2b0a55a3de148105b949b1a520e45cf5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Jan 2011 13:25:27 -0700 Subject: [PATCH] ... --- setup/publish.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/publish.py b/setup/publish.py index ba8a4992a7..8d9fe34f5c 100644 --- a/setup/publish.py +++ b/setup/publish.py @@ -43,8 +43,9 @@ class Stage3(Command): description = 'Stage 3 of the publish process' sub_commands = ['upload_user_manual', 'upload_demo', 'sdist', - 'upload_to_google_code', 'tag_release', 'upload_to_server', - 'upload_to_sourceforge', 'upload_to_mobileread', + 'upload_to_google_code', 'upload_to_sourceforge', + 'tag_release', 'upload_to_server', + 'upload_to_mobileread', ] class Stage4(Command):