From 4fcacca8a66fe78dd3644ff62d44ef8bd0ba74d3 Mon Sep 17 00:00:00 2001 From: Icey <1790571317@qq.com> Date: Sat, 24 Jan 2026 20:08:20 +0800 Subject: [PATCH] [BugFix] Fix build wheel (#6218) ### What this PR does / why we need it? - Fixes https://github.com/vllm-project/vllm-ascend/actions/runs/21312847954/job/61351587180 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? CI passed with new added/existing test. - vLLM version: v0.14.0 - vLLM main: https://github.com/vllm-project/vllm/commit/d68209402ddab3f54a09bc1f4de9a9495a283b60 Signed-off-by: wxsIcey <1790571317@qq.com> --- .github/workflows/schedule_release_code_and_wheel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/schedule_release_code_and_wheel.yml b/.github/workflows/schedule_release_code_and_wheel.yml index 5f9ea03b..7d208b5b 100644 --- a/.github/workflows/schedule_release_code_and_wheel.yml +++ b/.github/workflows/schedule_release_code_and_wheel.yml @@ -122,7 +122,8 @@ jobs: --exclude "libascend*.so" \ --exclude "libtorch*.so" \ --exclude "libopapi.so" \ - --exclude "liberror_manager.so" + --exclude "liberror_manager.so" \ + --exclude "libruntime.so" done rm -f dist/*.whl mv dist/repaired/*.whl dist/