We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7479e90 commit 48d265bCopy full SHA for 48d265b
.github/workflows/dist-python.yml
@@ -93,6 +93,7 @@ jobs:
93
if: ${{ matrix.buildplat[0] != 'macos-11' }}
94
env:
95
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
96
+ CIBW_ENABLE: cpython-freethreading
97
MACOSX_DEPLOYMENT_TARGET: "12.0"
98
run: python -m cibuildwheel --output-dir wheelhouse
99
0 commit comments