We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdf0f5 commit 040d2aeCopy full SHA for 040d2ae
ci/release/update-version.sh
@@ -58,7 +58,7 @@ UCX_DEPENDENCIES=(
58
ucxx
59
)
60
for DEP in "${UCX_DEPENDENCIES[@]}"; do
61
- for FILE in dependencies.yaml conda/environments/*.yaml; do
+ for FILE in dependencies.yaml conda/environments/*.yaml; do
62
sed_runner "/-.* ${DEP}\(-cu[[:digit:]]\{2\}\)\{0,1\}==/ s/==.*/==${NEXT_UCXPY_VERSION}.*,>=0.0.0a0/g" "${FILE}"
63
done
64
sed_runner "/\"${DEP}==/ s/==.*\"/==${NEXT_UCXPY_VERSION}.*,>=0.0.0a0\"/g" pyproject.toml
0 commit comments