From faf51527e734528a08e8c92f33d79c497ec0456e Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Fri, 7 Mar 2025 16:06:32 -0500 Subject: [PATCH] move scripts for building wheels to CI directory --- .../wheels => .github/scripts/python_wheels}/build_wheels.sh | 0 .../wheels => .github/scripts/python_wheels}/cibw_before_all.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {build_tools/wheels => .github/scripts/python_wheels}/build_wheels.sh (100%) rename {build_tools/wheels => .github/scripts/python_wheels}/cibw_before_all.sh (100%) diff --git a/build_tools/wheels/build_wheels.sh b/.github/scripts/python_wheels/build_wheels.sh similarity index 100% rename from build_tools/wheels/build_wheels.sh rename to .github/scripts/python_wheels/build_wheels.sh diff --git a/build_tools/wheels/cibw_before_all.sh b/.github/scripts/python_wheels/cibw_before_all.sh similarity index 100% rename from build_tools/wheels/cibw_before_all.sh rename to .github/scripts/python_wheels/cibw_before_all.sh