Skip to content

Commit

Permalink
Add distributed-ucxx-cu11/cu12 to update-version.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 29, 2024
1 parent 9734ea3 commit 8678039
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ DEPENDENCIES=(
rmm-cu11
rmm-cu12
rapids-dask-dependency
# ucx-py is handled separately below
# ucx-py and ucxx are handled separately below
)
for FILE in dependencies.yaml conda/environments/*.yaml; do
for DEP in "${DEPENDENCIES[@]}"; do
Expand All @@ -75,6 +75,8 @@ for FILE in dependencies.yaml conda/environments/*.yaml; do
sed_runner "/-.* ucx-py-cu12==/ s/==.*/==${NEXT_UCX_PY_SHORT_TAG_PEP440}\.*/g" ${FILE};
sed_runner "/-.* libucxx==/ s/==.*/==${NEXT_UCX_PY_SHORT_TAG_PEP440}\.*/g" ${FILE};
sed_runner "/-.* distributed-ucxx==/ s/==.*/==${NEXT_UCX_PY_SHORT_TAG_PEP440}\.*/g" ${FILE};
sed_runner "/-.* distributed-ucxx-cu11==/ s/==.*/==${NEXT_UCX_PY_SHORT_TAG_PEP440}\.*/g" ${FILE};
sed_runner "/-.* distributed-ucxx-cu12==/ s/==.*/==${NEXT_UCX_PY_SHORT_TAG_PEP440}\.*/g" ${FILE};
done
for FILE in python/*/pyproject.toml; do
for DEP in "${DEPENDENCIES[@]}"; do
Expand Down

0 comments on commit 8678039

Please sign in to comment.