Skip to content

Commit 1530840

Browse files
committed
ci: GitHub Actions update for building wheels
1 parent 984b791 commit 1530840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ CONAN_USER_HOME="$TEMP/conan"
9797
before-all = [
9898
"python3 -m venv /tmp/cibuildwheelvenv",
9999
"/tmp/cibuildwheelvenv/bin/pip install --disable-pip-version-check uv",
100-
"/tmp/cibuildwheelvenv/bin/uvx --with cmake conan profile detect --exist-ok",
101-
"trap 'rm -rf /tmp/conandelme' EXIT && /tmp/cibuildwheelvenv/bin/uvx --with cmake conan install conanfile.py --build missing -of=/tmp/conandelme"
100+
"/tmp/cibuildwheelvenv/bin/uvx --with 'cmake<4.0' conan profile detect --exist-ok",
101+
"trap 'rm -rf /tmp/conandelme' EXIT && /tmp/cibuildwheelvenv/bin/uvx --with 'cmake<4.0' conan install conanfile.py --build missing -of=/tmp/conandelme"
102102
]
103103
environment-pass = ["CONAN_COMPILER_VERSION", "CONAN_USER_HOME"]
104104
repair-wheel-command = [

0 commit comments

Comments
 (0)