Skip to content

Commit

Permalink
Merge pull request #1278 from rapidsai/branch-23.12
Browse files Browse the repository at this point in the history
Forward-merge branch-23.12 to branch-24.02
  • Loading branch information
GPUtester authored Nov 16, 2023
2 parents 0a25ad3 + 21e11bf commit fdc0a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_python_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
sed -r -i "s/rapids-dask-dependency==(.*)\"/rapids-dask-dependency==\1${alpha_spec}\"/g" pyproject.toml

echo "${version}" | tr -d '"' > VERSION
sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_name}/_version.py"
sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "dask_cuda/_version.py"

# Compute/export RAPIDS_DATE_STRING
source rapids-env-update
Expand Down

0 comments on commit fdc0a0e

Please sign in to comment.