Rename secrets.WHL_TOKEN -> secrets.GH_PAT_FOR_WHL_RELEASE (#14421)

Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
sglang-bot
2025-12-04 18:24:54 -08:00
committed by GitHub
co-authored by Lianmin Zheng
parent 2ecee7571c
commit b5d3998508
7 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ echo "CUDA_VISIBLE_DEVICES=${CUDA_VISIBLE_DEVICES:-}"
python3 -c 'import os, shutil, tempfile, getpass; cache_dir = os.environ.get("TORCHINDUCTOR_CACHE_DIR") or os.path.join(tempfile.gettempdir(), "torchinductor_" + getpass.getuser()); shutil.rmtree(cache_dir, ignore_errors=True)'
# Install apt packages
apt install -y git libnuma-dev libssl-dev pkg-config
apt install -y git libnuma-dev libssl-dev pkg-config libibverbs-dev libibverbs1 ibverbs-providers ibverbs-utils
# Check if protoc of correct architecture is already installed
if command -v protoc >/dev/null 2>&1; then