mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 02:16:11 +01:00
...
This commit is contained in:
parent
83f6f424f6
commit
8b03a506a3
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ class Stage3(Command):
|
|||
|
||||
description = 'Stage 3 of the publish process'
|
||||
sub_commands = ['upload_user_manual', 'upload_demo', 'sdist',
|
||||
'upload_to_mobileread', 'upload_to_google_code',
|
||||
'tag_release', 'upload_to_server', 'upload_to_sourceforge',
|
||||
'upload_to_google_code', 'tag_release', 'upload_to_server',
|
||||
'upload_to_sourceforge', 'upload_to_mobileread',
|
||||
]
|
||||
|
||||
class Stage4(Command):
|
||||
|
|
|
|||
Loading…
Reference in a new issue