File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ source.path = "../../../../cpp"
4949
5050[package .build .backend ]
5151name = " pixi-build-cmake"
52+ version = " *"
5253
5354[package .build .config ]
5455extra-args = [
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ source.path = "../../../../python"
5353
5454[package .build .backend ]
5555name = " pixi-build-python"
56+ version = " *"
5657
5758[package .build .config ]
5859compilers = [" c" , " cxx" ]
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ source.path = "../../../../cpp"
4545
4646[package .build .backend ]
4747name = " pixi-build-cmake"
48+ version = " *"
4849
4950[package .build .config ]
5051extra-args = [
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ source.path = "../../../../python"
4949
5050[package .build .backend ]
5151name = " pixi-build-python"
52+ version = " *"
5253
5354[package .build .config ]
5455compilers = [" c" , " cxx" ]
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ update_versions() {
7272
7373 pushd " ${ARROW_DIR} /ci/pixi"
7474 sed -i.bak -E -e \
75- " s/^version = \" .+ \" /version = \" ${python_version} \" /" \
75+ " s/^version = \" [0-9].* \" /version = \" ${python_version} \" /" \
7676 * /* /pixi.toml
7777 rm -f * /* /pixi.toml.bak
7878 git add * /* /pixi.toml
You can’t perform that action at this time.
0 commit comments