@@ -69,13 +69,12 @@ jobs:
6969
7070 - name : Run cibuildwheel
7171 run : |
72- python3 -m pip install cibuildwheel==2.19.2
72+ python3 -m pip install cibuildwheel==2.21.3
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
7978
8079 - name : Check built wheels
8180 run : |
@@ -97,13 +96,12 @@ jobs:
9796 - uses : actions/checkout@v4
9897 - name : Run cibuildwheel
9998 run : |
100- python3 -m pip install cibuildwheel==2.19.2
99+ python3 -m pip install cibuildwheel==2.21.3
101100 python3 -m cibuildwheel
102101 env :
103102 CIBW_ARCHS : " x86_64"
104103 CIBW_ENVIRONMENT_MACOS : PH_FULL_ACTION=1 TEST_DECODE_THREADS=0
105104 MACOSX_DEPLOYMENT_TARGET : " 12.0"
106- CIBW_PRERELEASE_PYTHONS : True
107105
108106 - name : Check built wheels
109107 run : |
@@ -167,7 +165,7 @@ jobs:
167165
168166 - name : Run cibuildwheel
169167 run : |
170- python3 -m pip install cibuildwheel==2.19.2
168+ python3 -m pip install cibuildwheel==2.21.3
171169 python3 -m cibuildwheel
172170 env :
173171 CIBW_BUILD : ${{ format('cp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
@@ -177,7 +175,6 @@ jobs:
177175 python3 {package}/libheif/linux_build_libs.py
178176 CIBW_ENVIRONMENT_LINUX : BUILD_DIR=/host${{ env.BUILD_DIR }} PH_FULL_ACTION=1
179177 CIBW_ENVIRONMENT_PASS_LINUX : PH_TESTS_NO_HEVC_ENC
180- CIBW_PRERELEASE_PYTHONS : True
181178
182179 - name : Checking built wheels
183180 run : |
@@ -232,7 +229,7 @@ jobs:
232229
233230 - name : Run cibuildwheel
234231 run : |
235- python3 -m pip install cibuildwheel==2.19.2
232+ python3 -m pip install cibuildwheel==2.21.3
236233 python3 -m cibuildwheel
237234 env :
238235 CIBW_BUILD : ${{ format('pp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }}
0 commit comments