1 parent 17217c9 commit 4d7d191Copy full SHA for 4d7d191
2 files changed
.github/workflows/build.yml
@@ -33,7 +33,8 @@ jobs:
33
submodules: recursive
34
35
- name: Build wheels
36
- uses: pypa/cibuildwheel@v3.3.1
+ run: pipx run cibuildwheel==3.4.0
37
+ shell: bash
38
39
- uses: actions/upload-artifact@v4
40
with:
pyproject.toml
@@ -70,6 +70,7 @@ ignore_missing_imports = true
70
skip = ["cp3??t-*", "cp*-musllinux_*"]
71
72
[tool.cibuildwheel.windows]
73
+environment = { CC="clang-cl", CXX="clang-cl" }
74
test-command = "gambaterm --help"
75
76
[tool.cibuildwheel.macos]
0 commit comments