File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 env :
6464 CIBW_BUILD : ${{ matrix.cibw_python }}-*
6565 CIBW_ARCHS_LINUX : ${{ matrix.cibw_arch }}
66+ CIBW_ENABLE : cpython-freethreading
6667 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6768 with :
6869 name : wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
@@ -155,6 +156,7 @@ jobs:
155156 env :
156157 CIBW_BUILD : ${{ matrix.cibw_python }}-*
157158 CIBW_ARCHS_MACOS : ${{ matrix.cibw_arch }}
159+ CIBW_ENABLE : cpython-freethreading
158160
159161 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
160162 with :
@@ -212,6 +214,7 @@ jobs:
212214 env :
213215 CIBW_BUILD : ${{ matrix.cibw_python }}-*
214216 CIBW_ARCHS_WINDOWS : ${{ matrix.cibw_arch }}
217+ CIBW_ENABLE : cpython-freethreading
215218
216219 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
217220 with :
You can’t perform that action at this time.
0 commit comments