We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af34da commit 706cb9dCopy full SHA for 706cb9d
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
CIBW_BUILD: ${{ matrix.cibw_build }}
25
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
26
CIBW_ARCHS_MACOS: "x86_64 arm64"
27
- CIBW_FREE_THREADED_SUPPORT: true
+ CIBW_ENABLE: true
28
strategy:
29
matrix:
30
os: [ubuntu-latest, windows-latest, macos-latest]
0 commit comments