Skip to content

Commit db9ef60

Browse files
committed
ci: remove PYTHON_GIL=1 var
1 parent 609fb33 commit db9ef60

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/packaging_wheels.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ jobs:
9494
env:
9595
CIBW_ARCHS: ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
9696
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
97-
# PYTHON_GIL=1: Suppresses the RuntimeWarning that the GIL is enabled on free-threaded builds.
98-
# TODO: Remove PYTHON_GIL=1 when free-threaded is supported.
99-
CIBW_ENVIRONMENT: PYTHON_GIL=1
10097
- name: Upload wheel
10198
uses: actions/upload-artifact@v4
10299
with:

0 commit comments

Comments
 (0)