@@ -69,12 +69,13 @@ jobs:
6969
7070 - name : Run cibuildwheel
7171 run : |
72- python3 -m pip install cibuildwheel==2.19.1
72+ python3 -m pip install cibuildwheel==2.19.2
7373 python3 -m cibuildwheel
7474 env :
7575 CIBW_ARCHS : " AMD64"
7676 CIBW_ENVIRONMENT_WINDOWS : PH_FULL_ACTION=1
7777 CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -vv -w {dest_dir} {wheel} --add-path ${{ env.MSYS2_PREFIX }}/bin"
78+ CIBW_PRERELEASE_PYTHONS : True
7879
7980 - name : Check built wheels
8081 run : |
@@ -96,12 +97,13 @@ jobs:
9697 - uses : actions/checkout@v4
9798 - name : Run cibuildwheel
9899 run : |
99- python3 -m pip install cibuildwheel==2.19.1
100+ python3 -m pip install cibuildwheel==2.19.2
100101 python3 -m cibuildwheel
101102 env :
102103 CIBW_ARCHS : " x86_64"
103104 CIBW_ENVIRONMENT_MACOS : PH_FULL_ACTION=1 TEST_DECODE_THREADS=0
104105 MACOSX_DEPLOYMENT_TARGET : " 12.0"
106+ CIBW_PRERELEASE_PYTHONS : True
105107
106108 - name : Check built wheels
107109 run : |
@@ -165,7 +167,7 @@ jobs:
165167
166168 - name : Run cibuildwheel
167169 run : |
168- python3 -m pip install cibuildwheel==2.19.1
170+ python3 -m pip install cibuildwheel==2.19.2
169171 python3 -m cibuildwheel
170172 env :
171173 CIBW_BUILD : ${{ format('cp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
@@ -175,6 +177,7 @@ jobs:
175177 python3 {package}/libheif/linux_build_libs.py
176178 CIBW_ENVIRONMENT_LINUX : BUILD_DIR=/host${{ env.BUILD_DIR }} PH_FULL_ACTION=1
177179 CIBW_ENVIRONMENT_PASS_LINUX : PH_TESTS_NO_HEVC_ENC
180+ CIBW_PRERELEASE_PYTHONS : True
178181
179182 - name : Checking built wheels
180183 run : |
@@ -229,7 +232,7 @@ jobs:
229232
230233 - name : Run cibuildwheel
231234 run : |
232- python3 -m pip install cibuildwheel==2.19.1
235+ python3 -m pip install cibuildwheel==2.19.2
233236 python3 -m cibuildwheel
234237 env :
235238 CIBW_BUILD : ${{ format('pp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
0 commit comments