We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update-version.sh
1 parent 319d275 commit 43e385eCopy full SHA for 43e385e
ci/release/update-version.sh
@@ -59,11 +59,13 @@ done
59
60
UCX_DEPENDENCIES=(
61
libucxx
62
+ ucxx
63
)
64
for DEP in "${UCX_DEPENDENCIES[@]}"; do
65
for FILE in dependencies.yaml conda/environments/*.yaml; do
66
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0/g" "${FILE}"
67
done
68
+ sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0\"/g" python/librapidsmpf/pyproject.toml
69
sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXX_SHORT_TAG_PEP440}.*,>=0.0.0a0\"/g" python/rapidsmpf/pyproject.toml
70
71
0 commit comments