Skip to content

Commit adeb253

Browse files
committed
Use CIBW_ENABLE instead of CIBW_FREE_THREADED_SUPPORT
1 parent 0c7770d commit adeb253

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
4747
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux2014"
4848
CIBW_MANYLINUX_PYPY_I686_IMAGE: "manylinux2014"
49-
CIBW_FREE_THREADED_SUPPORT: "true"
49+
CIBW_ENABLE: cpython-freethreading
5050
CIBW_BEFORE_TEST_LINUX: "(ldd /bin/ls | grep -q musl && apk add gmp) || true"
5151

5252
# Set pycryptodome/x test command according to built package
@@ -80,7 +80,7 @@ jobs:
8080
# cibuildwheel will build wheel once and test it for each CPython version
8181
# and for PyPy > 3.8.
8282
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
83-
CIBW_FREE_THREADED_SUPPORT: "true"
83+
CIBW_ENABLE: cpython-freethreading
8484

8585
# Set pycryptodome/x test command according to built package
8686
CIBW_TEST_COMMAND:
@@ -112,7 +112,7 @@ jobs:
112112
# cibuildwheel will build wheel once and test it for each CPython version
113113
# and for PyPy > 3.8.
114114
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
115-
CIBW_FREE_THREADED_SUPPORT: "true"
115+
CIBW_ENABLE: cpython-freethreading
116116

117117
# Set pycryptodome/x test command according to built package
118118
CIBW_TEST_COMMAND:
@@ -142,7 +142,7 @@ jobs:
142142
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* pp39-* pp310-*"
143143
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux2014"
144144
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: "manylinux2014"
145-
CIBW_FREE_THREADED_SUPPORT: "true"
145+
CIBW_ENABLE: cpython-freethreading
146146
CIBW_BEFORE_TEST_LINUX: "(ldd /bin/ls | grep -q musl && apk add gmp) || true"
147147

148148
# Set pycryptodome/x test command according to built package

0 commit comments

Comments
 (0)