We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77bb02 commit 691436cCopy full SHA for 691436c
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
architecture: 'x64'
57
- name: Publish Python Package
58
run: |
59
- python3 -m pip install --user --upgrade setuptools wheel mypy-protobuf==1.24 grpcio-tools==1.31.0
+ python3 -m pip install --user --upgrade setuptools wheel mypy-protobuf==1.24 grpcio-tools==1.31.0 twine
60
make package-protos && make compile-protos-python
61
cd sdk/python/
62
python3 setup.py sdist bdist_wheel
0 commit comments