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()