Skip to content

Commit 4b4ade3

Browse files
committed
fix python package build - install deps in advance
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
1 parent 52a4406 commit 4b4ade3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ jobs:
161161
- name: Publish Python Package
162162
run: |
163163
cd python/
164-
python3 -m pip install --user --upgrade setuptools wheel twine grpcio-tools
164+
python3 -m pip install --user --upgrade setuptools wheel twine grpcio-tools mypy-protobuf
165165
python3 setup.py sdist bdist_wheel
166166
python3 -m twine upload --verbose dist/*

0 commit comments

Comments
 (0)