mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-23 09:53:49 +01:00
Re-generate all resources when publishing a beta
This commit is contained in:
parent
ead2529af1
commit
652bce14e5
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ def pre_sub_commands(self, opts):
|
|||
|
||||
class PublishBetas(Command):
|
||||
|
||||
sub_commands = ['rapydscript', 'stage2', 'sdist']
|
||||
sub_commands = ['stage1', 'stage2', 'sdist']
|
||||
|
||||
def pre_sub_commands(self, opts):
|
||||
require_clean_git()
|
||||
|
|
|
|||
Loading…
Reference in a new issue