From 547e38a8360390d602aafd13117462878e83c898 Mon Sep 17 00:00:00 2001 From: Jye Cusch Date: Thu, 6 Apr 2023 09:31:16 +1000 Subject: [PATCH] ci: add proto generation to build process --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f99815d..b56368e 100644 --- a/makefile +++ b/makefile @@ -39,7 +39,7 @@ license: @licenseheaders -t tools/apache-2.tmpl -o "Nitric Technologies Pty Ltd" -y 2021 -n "Nitric Python 3 SDK" -u "https://github.com/nitrictech/python-sdk" -d tests @licenseheaders -t tools/apache-2.tmpl -o "Nitric Technologies Pty Ltd" -y 2021 -n "Nitric Python 3 SDK" -u "https://github.com/nitrictech/python-sdk" -d tools -build: clean install license docs +build: clean grpc-client license docs @echo Building sdist and wheel @python3 setup.py sdist bdist_wheel