File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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-' )
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ sdist.exclude = [
101101]
102102metadata.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
You can’t perform that action at this time.
0 commit comments