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