mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Tag release
This commit is contained in:
parent
133c2dac69
commit
9c865afa24
Binary file not shown.
@ -40,7 +40,7 @@ class Stage2(Command):
|
||||
class Stage3(Command):
|
||||
|
||||
description = 'Stage 3 of the publish process'
|
||||
sub_commands = ['upload_user_manual', 'upload_demo', 'sdist']
|
||||
sub_commands = ['upload_user_manual', 'upload_demo', 'sdist', 'tag_release']
|
||||
|
||||
class Stage4(Command):
|
||||
|
||||
@ -50,7 +50,7 @@ class Stage4(Command):
|
||||
class Stage5(Command):
|
||||
|
||||
description = 'Stage 5 of the publish process'
|
||||
sub_commands = ['tag_release', 'upload_to_server']
|
||||
sub_commands = ['upload_to_server']
|
||||
|
||||
def run(self, opts):
|
||||
subprocess.check_call('rm -rf build/* dist/*', shell=True)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user