Skip to content

Commit e5fc46d

Browse files
Add verbose output before cibuildwheel to help diagnose the error
1 parent bbda4d9 commit e5fc46d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424

2525
- name: Build wheels
2626
run: python -m cibuildwheel --output-dir wheelhouse
27-
env:
28-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
29-
CIBW_BUILD_FRONTEND: "build"
3027

3128
- uses: actions/upload-artifact@v4
3229
with:

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ xsuite_kernels = [
5252
'lib/*.dylib',
5353
'lib/*.dll',
5454
'lib/*.json',
55-
]
55+
]
56+
57+
[tool.cibuildwheel]
58+
before-all = "uname -a && arch && $CC --version"
59+
build-frontend = "build"
60+
build-verbosity = 1

0 commit comments

Comments
 (0)