We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609fb33 commit db9ef60Copy full SHA for db9ef60
1 file changed
.github/workflows/packaging_wheels.yml
@@ -94,9 +94,6 @@ jobs:
94
env:
95
CIBW_ARCHS: ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
96
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
100
- name: Upload wheel
101
uses: actions/upload-artifact@v4
102
with:
0 commit comments