Skip to content

Commit 48d265b

Browse files
committed
add metadata for cibuildwheel
1 parent 7479e90 commit 48d265b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dist-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
if: ${{ matrix.buildplat[0] != 'macos-11' }}
9494
env:
9595
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
96+
CIBW_ENABLE: cpython-freethreading
9697
MACOSX_DEPLOYMENT_TARGET: "12.0"
9798
run: python -m cibuildwheel --output-dir wheelhouse
9899

0 commit comments

Comments
 (0)