Skip to content

Commit 691436c

Browse files
committed
Install twine during publish
Signed-off-by: shuheng <[email protected]>
1 parent a77bb02 commit 691436c

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
@@ -56,7 +56,7 @@ jobs:
5656
architecture: 'x64'
5757
- name: Publish Python Package
5858
run: |
59-
python3 -m pip install --user --upgrade setuptools wheel mypy-protobuf==1.24 grpcio-tools==1.31.0
59+
python3 -m pip install --user --upgrade setuptools wheel mypy-protobuf==1.24 grpcio-tools==1.31.0 twine
6060
make package-protos && make compile-protos-python
6161
cd sdk/python/
6262
python3 setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)