Skip to content

Commit e75eb5e

Browse files
committed
cibuildwheel 2.19, fix env vars
1 parent b10ccff commit e75eb5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/freethreaded_wheels.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Build wheels for CPython (macOS) (x86_64)
102102
if: matrix.cibw_arch == 'x86_64'
103-
uses: pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
103+
uses: pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
104104
with:
105105
output-dir: dist
106106
env:
@@ -118,6 +118,9 @@ jobs:
118118
env:
119119
CIBW_BUILD: ${{ matrix.cibw_python }}-*
120120
CIBW_ARCHS_MACOS: ${{ matrix.cibw_arch }}
121+
CIBW_PRERELEASE_PYTHONS: True
122+
CIBW_FREE_THREADED_SUPPORT: True
123+
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
121124

122125
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
123126
with:

0 commit comments

Comments
 (0)