[CI] release-pypi-nightly: install protoc before building wheel (#23750)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
4be853e1c6
commit
8efa177f1e
@@ -48,6 +48,11 @@ jobs:
|
||||
run: |
|
||||
pip install build wheel setuptools setuptools-scm
|
||||
|
||||
# Needed by setuptools-rust to build the bundled native gRPC extension
|
||||
# (rust/sglang-grpc) when `python -m build` builds the sglang wheel.
|
||||
- name: Install protoc
|
||||
run: sudo bash scripts/ci/utils/install_protoc.sh
|
||||
|
||||
- name: Build wheel
|
||||
id: build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user