Skip to content

Commit

Permalink
Add verbose output before cibuildwheel to help diagnose the error
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Apr 18, 2024
1 parent bbda4d9 commit e5fc46d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
CIBW_BUILD_FRONTEND: "build"

- uses: actions/upload-artifact@v4
with:
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ xsuite_kernels = [
'lib/*.dylib',
'lib/*.dll',
'lib/*.json',
]
]

[tool.cibuildwheel]
before-all = "uname -a && arch && $CC --version"
build-frontend = "build"
build-verbosity = 1

0 comments on commit e5fc46d

Please sign in to comment.