[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:
Kangyan-Zhou
2026-04-25 22:37:29 -07:00
committed by GitHub
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: |