Skip to content

Commit

Permalink
Use CIBW_ENABLE instead of CIBW_FREE_THREADED_SUPPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 17, 2025
1 parent 0c7770d commit adeb253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
CIBW_MANYLINUX_I686_IMAGE: "manylinux2014"
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux2014"
CIBW_MANYLINUX_PYPY_I686_IMAGE: "manylinux2014"
CIBW_FREE_THREADED_SUPPORT: "true"
CIBW_ENABLE: cpython-freethreading
CIBW_BEFORE_TEST_LINUX: "(ldd /bin/ls | grep -q musl && apk add gmp) || true"

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

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

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

# Set pycryptodome/x test command according to built package
Expand Down

0 comments on commit adeb253

Please sign in to comment.