From b7457e0bafdf9f40f40b4b6cd27bdefbb60f120f Mon Sep 17 00:00:00 2001 From: Ramakrishna Prabhu Date: Tue, 1 Jul 2025 10:44:43 -0500 Subject: [PATCH] Add version change --- ci/build_wheel.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index 3abf5ca8f0..7af2a9f718 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -24,6 +24,9 @@ source rapids-configure-sccache source rapids-date-string source rapids-init-pip +# Update the version to accomdate nightly and release changes for the wheel name +rapids-generate-version > ./VERSION + cd "${package_dir}" sccache --zero-stats