Skip to content

Commit 616c23e

Browse files
committed
Add cibw corrections
1 parent 6b26491 commit 616c23e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
CIBW_ARCHS: ${{ matrix.buildplat[2] }}
145145
CIBW_PRERELEASE_PYTHONS: True
146146
CIBW_FREE_THREADED_SUPPORT: True
147+
CIBW_OUTPUT_DIR: ./wheelhouse
147148

148149
- name: Rename macOS wheels
149150
if: startsWith( matrix.buildplat[0], 'macos-' )

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ sdist.exclude = [
101101
]
102102
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
103103

104-
[tool.cibuildwheel]
105-
output-dir = "wheelhouse"
106-
CIBW_BEFORE_ALL_LINUX = "bash ./tools/wheels/cibw_before_all_linux.sh"
104+
105+
[tool.cibuildwheel.linux]
106+
before-all = "bash ./tools/wheels/cibw_before_build_linux"
107107

108108

109109
# Version management configuration

0 commit comments

Comments
 (0)