We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a4406 commit 4b4ade3Copy full SHA for 4b4ade3
.github/workflows/release.yml
@@ -161,6 +161,6 @@ jobs:
161
- name: Publish Python Package
162
run: |
163
cd python/
164
- python3 -m pip install --user --upgrade setuptools wheel twine grpcio-tools
+ python3 -m pip install --user --upgrade setuptools wheel twine grpcio-tools mypy-protobuf
165
python3 setup.py sdist bdist_wheel
166
python3 -m twine upload --verbose dist/*
0 commit comments