File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 CIBW_BEFORE_BUILD : pip install -r {project}/${{ matrix.python.req_build }}
7777 CIBW_BEFORE_TEST : pip install -r {project}/${{ matrix.python.req_test }}
7878 CIBW_TEST_COMMAND : pytest {project}/test
79- PYTHON_FREE_THREADING : ${{ matrix.python.free_threading }}
79+ CIBW_ENABLE : ${{ matrix.python.free_threading == '1' && 'cpython-freethreading' || '' }}
8080
8181 - run : pip install pipx
8282 if : matrix.os == 'macos-13-xlarge'
8989 CIBW_BEFORE_BUILD : pip install -r {project}/${{ matrix.python.req_build }}
9090 CIBW_BEFORE_TEST : pip install -r {project}/${{ matrix.python.req_test }}
9191 CIBW_TEST_COMMAND : pytest {project}/test
92- PYTHON_FREE_THREADING : ${{ matrix.python.free_threading }}
92+ CIBW_ENABLE : ${{ matrix.python.free_threading == '1' && 'cpython-freethreading' || '' }}
9393
9494 - uses : actions/upload-artifact@v4
9595 with :
You can’t perform that action at this time.
0 commit comments