Skip to content

Commit

Permalink
Merge pull request #191 from lysnikolaou/fix-cibw-enable
Browse files Browse the repository at this point in the history
Fix CIBW_ENABLE to correctly build free-threaded wheels
  • Loading branch information
MatthieuDartiailh authored Dec 13, 2024
2 parents 0048efc + e7836e3 commit 045d306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
env:
CIBW_BUILD: "cp311-* cp312-* cp313-* cp313t-* pp310-*"
CIBW_SKIP: "cp313t-win*"
CIBW_ENABLE: python-freethreading
CIBW_ENABLE: cpython-freethreading
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_ARCHS_LINUX: ${{ matrix.archs }}
CIBW_ARCHS_WINDOWS: auto64
Expand Down

0 comments on commit 045d306

Please sign in to comment.