mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 05:13:02 +02:00
...
This commit is contained in:
parent
6cc9894846
commit
6ebbe5852e
1 changed files with 1 additions and 5 deletions
|
|
@ -67,14 +67,10 @@ def pre_sub_commands(self, opts):
|
|||
|
||||
class PublishBetas(Command):
|
||||
|
||||
sub_commands = ['sdist', 'stage2',]
|
||||
sub_commands = ['stage2', 'sdist']
|
||||
|
||||
def pre_sub_commands(self, opts):
|
||||
require_clean_git()
|
||||
dist = self.a(self.j(self.d(self.SRC), 'dist'))
|
||||
if os.path.exists(dist):
|
||||
shutil.rmtree(dist)
|
||||
os.mkdir(dist)
|
||||
|
||||
def run(self, opts):
|
||||
dist = self.a(self.j(self.d(self.SRC), 'dist'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue