[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:
d68209402d
Signed-off-by: wxsIcey <1790571317@qq.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user