From 4dc1a01c33d45c4a59335cbf77ce66b45118f5fc Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 21 Oct 2024 23:06:15 +0000 Subject: [PATCH] Add a rehash --- ci/build_wheel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 371d31c..6bf67d2 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -16,6 +16,7 @@ python -m pip wheel . --wheel-dir=./dist -vvv --disable-pip-version-check --no-d python -m auditwheel repair --exclude libcuda.so.1 -w ./final_dist ./dist/* python -m pip install abi3audit +pyenv rehash abi3audit ./final_dist/*.whl rapids-logger "Upload Wheel"