Install wheel when building artifact

This commit is contained in:
Imdad Ahad
2016-10-24 16:23:18 +01:00
parent 177515de8f
commit 72993311b3

View File

@@ -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 *