mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 10:42:41 -05:00
Install wheel when building artifact
This commit is contained in:
1
Makefile
1
Makefile
@@ -67,6 +67,7 @@ build: dependencies generate-version-file ## Build project
|
|||||||
|
|
||||||
.PHONY: build-codedeploy-artifact
|
.PHONY: build-codedeploy-artifact
|
||||||
build-codedeploy-artifact: ## Build the deploy artifact for CodeDeploy
|
build-codedeploy-artifact: ## Build the deploy artifact for CodeDeploy
|
||||||
|
pip3 install wheel
|
||||||
pip3 wheel --wheel-dir=wheelhouse -r requirements.txt
|
pip3 wheel --wheel-dir=wheelhouse -r requirements.txt
|
||||||
mkdir -p target
|
mkdir -p target
|
||||||
zip -r -x@deploy-exclude.lst target/notifications-api.zip *
|
zip -r -x@deploy-exclude.lst target/notifications-api.zip *
|
||||||
|
|||||||
Reference in New Issue
Block a user