Skip to content

Commit e83c443

Browse files
jswhit2jswhit2
authored andcommitted
disable GIL for running tests
1 parent 6960fa5 commit e83c443

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
uses: pypa/cibuildwheel@v3.3.0
8989
env:
9090
CIBW_ARCHS: ${{ matrix.arch }}
91+
PYTHON_GIL: 0
9192

9293
- uses: actions/upload-artifact@v6
9394
with:
@@ -131,6 +132,7 @@ jobs:
131132
uses: pypa/cibuildwheel@v3.3.0
132133
env:
133134
CIBW_ARCHS: ${{ matrix.arch }}
135+
PYTHON_GIL: 0
134136

135137
- uses: actions/upload-artifact@v6
136138
with:
@@ -171,6 +173,7 @@ jobs:
171173
env:
172174
CIBW_ARCHS: ARM64
173175
CIBW_SKIP: "cp310-*"
176+
PYTHON_GIL: 0
174177

175178
- uses: actions/upload-artifact@v6
176179
with:

0 commit comments

Comments
 (0)