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 *