This commit is contained in:
Kovid Goyal 2017-05-10 19:48:31 +05:30
parent 37fb2d76c8
commit 50ae40a73f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -153,13 +153,11 @@ class Publish(Command):
class PublishBetas(Command):
sub_commands = ['stage2', 'sdist']
sub_commands = ['rapydscript', 'stage2', 'sdist']
def pre_sub_commands(self, opts):
require_clean_git()
require_git_master('vs2015')
from calibre.utils.rapydscript import compile_srv
compile_srv()
def run(self, opts):
dist = self.a(self.j(self.d(self.SRC), 'dist'))