mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -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
|
||||
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 *
|
||||
|
||||
Reference in New Issue
Block a user