Skip to content

Commit 34ddd16

Browse files
committed
BUG: don't drop cp313t wheel builds
1 parent 3f661c2 commit 34ddd16

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/wheel_tests_and_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
env:
6464
CIBW_BUILD: ${{ matrix.cibw_python }}-*
6565
CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }}
66+
CIBW_ENABLE: cpython-freethreading
6667
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6768
with:
6869
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
@@ -155,6 +156,7 @@ jobs:
155156
env:
156157
CIBW_BUILD: ${{ matrix.cibw_python }}-*
157158
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
159+
CIBW_ENABLE: cpython-freethreading
158160

159161
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
160162
with:
@@ -212,6 +214,7 @@ jobs:
212214
env:
213215
CIBW_BUILD: ${{ matrix.cibw_python }}-*
214216
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_arch }}
217+
CIBW_ENABLE: cpython-freethreading
215218

216219
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
217220
with:

0 commit comments

Comments
 (0)