Skip to content

Commit

Permalink
fix python package build - install deps in advance
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 15, 2021
1 parent 52a4406 commit 4b4ade3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ jobs:
- name: Publish Python Package
run: |
cd python/
python3 -m pip install --user --upgrade setuptools wheel twine grpcio-tools
python3 -m pip install --user --upgrade setuptools wheel twine grpcio-tools mypy-protobuf
python3 setup.py sdist bdist_wheel
python3 -m twine upload --verbose dist/*

0 comments on commit 4b4ade3

Please sign in to comment.