Skip to content

Commit 706cb9d

Browse files
committed
Use CIBW_ENABLE
1 parent 8af34da commit 706cb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
CIBW_BUILD: ${{ matrix.cibw_build }}
2525
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
2626
CIBW_ARCHS_MACOS: "x86_64 arm64"
27-
CIBW_FREE_THREADED_SUPPORT: true
27+
CIBW_ENABLE: true
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, windows-latest, macos-latest]

0 commit comments

Comments
 (0)