We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7071bf8 commit d4e6bdcCopy full SHA for d4e6bdc
2 files changed
.github/workflows/github-actions.yml
@@ -1223,6 +1223,7 @@ jobs:
1223
CIBW_BUILD: '${{ matrix.cibw_build }}'
1224
CIBW_FREE_THREADED_SUPPORT: '${{ matrix.cibw_ft }}'
1225
CIBW_CONTAINER_ENGINE: "docker; create_args: --cap-add=SYS_PTRACE"
1226
+ CIBW_ENABLE: cpython-freethreading
1227
CIBW_BUILD_VERBOSITY: '3'
1228
CIBW_TEST_REQUIRES: >
1229
tox
ci/templates/.github/workflows/github-actions.yml
@@ -97,6 +97,7 @@ jobs:
97
CIBW_BUILD: '{{ '${{ matrix.cibw_build }}' }}'
98
CIBW_FREE_THREADED_SUPPORT: '{{ '${{ matrix.cibw_ft }}' }}'
99
100
101
102
103
0 commit comments