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 6960fa5 commit e83c443Copy full SHA for e83c443
.github/workflows/cibuildwheel.yml
@@ -88,6 +88,7 @@ jobs:
88
uses: pypa/cibuildwheel@v3.3.0
89
env:
90
CIBW_ARCHS: ${{ matrix.arch }}
91
+ PYTHON_GIL: 0
92
93
- uses: actions/upload-artifact@v6
94
with:
@@ -131,6 +132,7 @@ jobs:
131
132
133
134
135
136
137
138
@@ -171,6 +173,7 @@ jobs:
171
173
172
174
CIBW_ARCHS: ARM64
175
CIBW_SKIP: "cp310-*"
176
177
178
179
0 commit comments