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 @@ -7,7 +7,7 @@ permissions:
7
7
8
8
env :
9
9
CIBW_BEFORE_BUILD : pip install setuptools oldest-supported-numpy pytest
10
- CIBW_ENVIRONMENT : >
10
+ CIBW_ENVIRONMENT_LINUX : >
11
11
IS_FREETHREADED=$(python -c "import sysconfig;print(sysconfig.get_config_var('Py_GIL_DISABLED'))")
12
12
PYTEST_RUN_PARALLEL=$([ "$IS_FREETHREADED" == "1" ] && echo "pytest-run-parallel" || echo "")
13
13
PARALLEL_THREADS=$([ "$IS_FREETHREADED" == "1" ] && echo "--parallel-threads=4" || echo "")
30
30
CIBW_BUILD : ${{ matrix.cibw_build }}
31
31
CIBW_ARCHS_LINUX : ${{ matrix.arch }}
32
32
CIBW_ARCHS_MACOS : " x86_64 arm64"
33
- CIBW_ENABLE : true
33
+ CIBW_ENABLE : cpython-freethreading
34
34
strategy :
35
35
matrix :
36
36
os : [ubuntu-latest, windows-latest, macos-latest]
You can’t perform that action at this time.
0 commit comments