From 9780a995e1cce12d71e1bdf3ba87d7499ece203d Mon Sep 17 00:00:00 2001 From: Icey <1790571317@qq.com> Date: Mon, 26 Jan 2026 20:42:17 +0800 Subject: [PATCH] [BugFix] Fix wheel package build workflow (#6276) ### What this PR does / why we need it? Fixes https://github.com/vllm-project/vllm-ascend/actions/runs/21348357385/job/61440051717 ### 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.1 - 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/schedule_release_code_and_wheel.yml b/.github/workflows/schedule_release_code_and_wheel.yml index 6e03d9fb..2ad3c851 100644 --- a/.github/workflows/schedule_release_code_and_wheel.yml +++ b/.github/workflows/schedule_release_code_and_wheel.yml @@ -123,7 +123,9 @@ jobs: --exclude "libtorch*.so" \ --exclude "libopapi.so" \ --exclude "liberror_manager.so" \ - --exclude "libruntime.so" + --exclude "libruntime.so" \ + --exclude "libmmpa.so" + done rm -f dist/*.whl mv dist/repaired/*.whl dist/