From ef2fbbd5b78c8e1a800803e9326aa27c4b9383e0 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 2 Oct 2018 18:46:34 -0400 Subject: [PATCH] count the patches to set the universal wheel flag Change-Id: I18d8681e706ba217a5012567427dafd5a6566e90 Signed-off-by: Doug Hellmann --- goal_tools/python3_first/patches.py | 1 + 1 file changed, 1 insertion(+) 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):