File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 7272 output-dir : dist
7373 env :
7474 CIBW_BUILD : cp3${{ matrix.python.minor }}-*
75- CIBW_CONFIG_SETTINGS : --no-isolation
7675 CIBW_ARCHS_WINDOWS : x86 AMD64
7776 CIBW_ARCHS_MACOS : x86_64
7877 CIBW_BEFORE_BUILD : pip install -r {project}/${{ matrix.python.req_build }}
8887 output-dir : dist
8988 env :
9089 CIBW_BUILD : cp3${{ matrix.python.minor }}-macosx_arm64
91- CIBW_CONFIG_SETTINGS : --no-isolation
9290 CIBW_BEFORE_BUILD : pip install -r {project}/${{ matrix.python.req_build }}
9391 CIBW_BEFORE_TEST : pip install -r {project}/${{ matrix.python.req_test }}
9492 CIBW_TEST_COMMAND : pytest {project}/test
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [
3+ " setuptools>=64" ,
4+ " wheel" ,
5+ " numpy>=2.3.3"
6+ ]
7+ build-backend = " setuptools.build_meta"
8+
9+
You can’t perform that action at this time.
0 commit comments