From 652bce14e5cc2ba356ff16df4933928632b11f84 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 May 2020 22:22:02 +0530 Subject: [PATCH] Re-generate all resources when publishing a beta --- setup/publish.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/publish.py b/setup/publish.py index 3473d22609..6d1c3f7f06 100644 --- a/setup/publish.py +++ b/setup/publish.py @@ -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()