Skip to content

Commit

Permalink
update-version.sh fix (#16629)
Browse files Browse the repository at this point in the history
Updates the `update-version.sh` script to include missed version
updates.
  • Loading branch information
AyodeAwe authored Aug 22, 2024
1 parent 00ff2ee commit 81d71fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ DEPENDENCIES=(
kvikio
libkvikio
librmm
pylibcudf
rapids-dask-dependency
rmm
)
Expand All @@ -77,7 +78,7 @@ for FILE in .github/workflows/*.yaml .github/workflows/*.yml; do
sed_runner "/shared-workflows/ s/@.*/@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
sed_runner "s/dask-cuda.git@branch-[^\"\s]\+/dask-cuda.git@branch-${NEXT_SHORT_TAG}/g" "${FILE}"
done
sed_runner "s/branch-[0-9]+\.[0-9]+/branch-${NEXT_SHORT_TAG}/g" ci/test_wheel_cudf_polars.sh
sed_runner "s/branch-[0-9]\+\.[0-9]\+/branch-${NEXT_SHORT_TAG}/g" ci/test_wheel_cudf_polars.sh

# Java files
NEXT_FULL_JAVA_TAG="${NEXT_SHORT_TAG}.${PATCH_PEP440}-SNAPSHOT"
Expand Down

0 comments on commit 81d71fc

Please sign in to comment.