diff --git a/goal_tools/python3_first/patches.py b/goal_tools/python3_first/patches.py index e20fb66..630182d 100644 --- a/goal_tools/python3_first/patches.py +++ b/goal_tools/python3_first/patches.py @@ -338,6 +338,7 @@ class PatchesCount(lister.Lister): ('Docs', ['switch documentation job to new PTI']), ('3.6 unit', ['add python 3.5 unit test job', 'add python 3.6 unit test job']), + ('Wheels', ['build universal wheels']), ] def take_action(self, parsed_args):