From 8fc87939c7e83faff5ac73cd6378cf9637f271f2 Mon Sep 17 00:00:00 2001 From: JimyMa Date: Wed, 2 Sep 2026 00:52:29 +0800 Subject: [PATCH] fix: exclude topology libraries from wheel repair --- .github/workflows/pypi-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 7282e0d..6f61250 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -94,6 +94,8 @@ jobs: --exclude libibumad.so.3 --exclude libefa.so.1 --exclude lib_slime_topology.so + --exclude lib_slime_topo_core.so + --exclude lib_slime_topo_sysfs.so --exclude lib_slime_engine.so --exclude lib_slime_device.so --exclude lib_slime_obs.so