Skip to content

Commit 61076a2

Browse files
committed
Update env variable value
1 parent 3181455 commit 61076a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77

88
env:
99
CIBW_BEFORE_BUILD: pip install setuptools oldest-supported-numpy pytest
10-
CIBW_ENVIRONMENT: >
10+
CIBW_ENVIRONMENT_LINUX: >
1111
IS_FREETHREADED=$(python -c "import sysconfig;print(sysconfig.get_config_var('Py_GIL_DISABLED'))")
1212
PYTEST_RUN_PARALLEL=$([ "$IS_FREETHREADED" == "1" ] && echo "pytest-run-parallel" || echo "")
1313
PARALLEL_THREADS=$([ "$IS_FREETHREADED" == "1" ] && echo "--parallel-threads=4" || echo "")
@@ -30,7 +30,7 @@ jobs:
3030
CIBW_BUILD: ${{ matrix.cibw_build }}
3131
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
3232
CIBW_ARCHS_MACOS: "x86_64 arm64"
33-
CIBW_ENABLE: true
33+
CIBW_ENABLE: cpython-freethreading
3434
strategy:
3535
matrix:
3636
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)