From 72993311b35e4b4a701a167375c9d3ab554b97bf Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Mon, 24 Oct 2016 16:23:18 +0100 Subject: [PATCH] Install wheel when building artifact --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 62dfbc931..3c258990f 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ build: dependencies generate-version-file ## Build project .PHONY: build-codedeploy-artifact build-codedeploy-artifact: ## Build the deploy artifact for CodeDeploy + pip3 install wheel pip3 wheel --wheel-dir=wheelhouse -r requirements.txt mkdir -p target zip -r -x@deploy-exclude.lst target/notifications-api.zip *