Re-generate all resources when publishing a beta

This commit is contained in:
Kovid Goyal 2020-05-01 22:22:02 +05:30
parent ead2529af1
commit 652bce14e5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -113,7 +113,7 @@ class Publish(Command):
class PublishBetas(Command):
sub_commands = ['rapydscript', 'stage2', 'sdist']
sub_commands = ['stage1', 'stage2', 'sdist']
def pre_sub_commands(self, opts):
require_clean_git()