Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bali-framework/bali-cli
Browse files Browse the repository at this point in the history
# Conflicts:
#	cli/__init__.py
  • Loading branch information
JoshYuJump committed Apr 29, 2024
2 parents 4265e7b + 144107f commit 7c48068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# This project adheres to [Semantic Versioning](http://semver.org/).
# includes Added / Changed / Fixed

## [2.7.0] UNRELEASED
## [2.8.0] UNRELEASED

## [2.7.0] 2023-06-28
### Added
- Added pyi_out option to build service

## [2.6.0] 2022-11-10
### Changed
Expand Down
2 changes: 1 addition & 1 deletion cli/biz.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def build_service() -> None:
]
base_command = (
'python3 -m grpc_tools.protoc '
' -I{dir} --python_out={dir} --grpc_python_out={dir} {file}'
' -I{dir} --pyi_out={dir} --python_out={dir} --grpc_python_out={dir} {file}'
)

for proto_dir in proto_dirs:
Expand Down

0 comments on commit 7c48068

Please sign in to comment.