Skip to content

Commit

Permalink
🔧 change build frontend for freethreaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Nov 12, 2024
1 parent 81f1b85 commit 3a362fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
env:
CIBW_BUILD_FRONTEND: build
CIBW_BUILD_FRONTEND: pip
CIBW_BEFORE_BUILD: git apply freethreaded.patch || true
CIBW_BEFORE_BUILD_WINDOWS: git apply freethreaded.patch || (exit 0)
CIBW_BUILD: cp313t*
Expand Down

0 comments on commit 3a362fa

Please sign in to comment.