grpc clients pre-compiled
- Edit on ./internal/your_package/your_package.proto
- Run the following command
# compile
make compile tag=v1.54.2 verbose=true
# release new version
python3 -m pip install --upgrade build
python3 -m build
# install local wheel
pip3 install dist/soprocli-0.0.2-py3-none-any.whl
# Github actions will release the new version