From 94406e5913c69130c9e402a011128a18e8a6b43d Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 25 Jul 2016 17:33:30 -0700 Subject: [PATCH] Final pieces re #51, closes #51 --- tasks.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks.py b/tasks.py index 8540734..ae2dfa0 100644 --- a/tasks.py +++ b/tasks.py @@ -10,4 +10,8 @@ ns.configure({ 'tests': { 'package': 'releases', }, + 'packaging': { + 'sign': True, + 'wheel': True, + }, })