File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3232 with :
3333 output-dir : dist
3434 env :
35- CIBW_BUILD : cp312 -win_amd64
35+ CIBW_BUILD : cp3* -win_amd64
3636 CIBW_BUILD_VERBOSITY : 1
3737 CIBW_BEFORE_ALL_WINDOWS : >
3838 mkdir openblas &&
4141 unzip openblas.zip &&
4242 set PATH=${{ github.workspace }}/openblas/bin:${PATH}
4343 CIBW_CONFIG_SETTINGS_WINDOWS : " cmake.args=-DLAPACK_LIBS=${{ steps.strings.outputs.openblas_lib }};-DPYGENTEN_SERIAL=ON;-DENABLE_PYTHON_EMBED=OFF"
44- # CIBW_ENVIRONMENT_WINDOWS: GENTEN_DLL_PATH=${{ github.workspace }}/openblas/bin
4544 CIBW_BEFORE_BUILD_WINDOWS : " pip install delvewheel"
4645 CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair --add-path ${{ github.workspace }}/openblas/bin -w {dest_dir} {wheel}"
4746 CIBW_TEST_REQUIRES : pytest pyttb
You can’t perform that action at this time.
0 commit comments