Skip to content

Commit

Permalink
Add proto generation to build command (#95)
Browse files Browse the repository at this point in the history
Should fix broken pypi release process
  • Loading branch information
jyecusch authored Apr 5, 2023
2 parents f6ffdf5 + 547e38a commit fb4c80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fb4c80a

Please sign in to comment.