Commit e75eb5e 1 parent b10ccff commit e75eb5e Copy full SHA for e75eb5e
File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
101
101
- name : Build wheels for CPython (macOS) (x86_64)
102
102
if : matrix.cibw_arch == 'x86_64'
103
- uses : pypa/cibuildwheel@ba8be0d98853f5744f24e7f902c8adef7ae2e7f3 # 2.18.1
103
+ uses : pypa/cibuildwheel@a8d190a111314a07eb5116036c4b3fb26a4e3162 # v2.19.0
104
104
with :
105
105
output-dir : dist
106
106
env :
@@ -118,6 +118,9 @@ jobs:
118
118
env :
119
119
CIBW_BUILD : ${{ matrix.cibw_python }}-*
120
120
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"
121
124
122
125
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
123
126
with :
You can’t perform that action at this time.
0 commit comments