Skip to content

Commit

Permalink
Pipe rapids-generate-version directly to VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 23, 2024
1 parent c3bbf0a commit 43f9a2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ underscore_package_name=$(echo "${package_name}" | tr "-" "_")
source rapids-configure-sccache
source rapids-date-string

version=$(rapids-generate-version)
git_commit=$(git rev-parse HEAD)

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"

echo "${version}" > VERSION
rapids-generate-version > VERSION

cd "${package_dir}"

Expand Down

0 comments on commit 43f9a2f

Please sign in to comment.