From 8bb52317f1bf92eb7c0ad98ff18e3101290daa3a Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Sun, 15 Oct 2023 18:08:26 +0300 Subject: [PATCH] updated cibuildwheel to 2.16.2 Signed-off-by: Alexander Piskun --- .github/workflows/build-cache-deps.yml | 4 ++-- .github/workflows/wheels-pi_heif.yml | 8 ++++---- .github/workflows/wheels-pillow_heif.yml | 8 ++++---- ci/cirrus_wheels.yml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-cache-deps.yml b/.github/workflows/build-cache-deps.yml index 8c330adc..f2561c8c 100644 --- a/.github/workflows/build-cache-deps.yml +++ b/.github/workflows/build-cache-deps.yml @@ -39,7 +39,7 @@ jobs: platforms: arm64 - name: Install cibuildwheel & twine - run: python3 -m pip install twine cibuildwheel==2.15.0 + run: python3 -m pip install twine cibuildwheel==2.16.2 - uses: actions/cache@v3 with: @@ -98,7 +98,7 @@ jobs: platforms: arm64 - name: Install cibuildwheel & twine - run: python3 -m pip install twine cibuildwheel==2.15.0 + run: python3 -m pip install twine cibuildwheel==2.16.2 - name: 32-bit musllinux preparations if: matrix.cibw_buildlinux == 'musllinux' && matrix.cibw_arch == 'i686' diff --git a/.github/workflows/wheels-pi_heif.yml b/.github/workflows/wheels-pi_heif.yml index a56af8f2..549bad56 100644 --- a/.github/workflows/wheels-pi_heif.yml +++ b/.github/workflows/wheels-pi_heif.yml @@ -71,7 +71,7 @@ jobs: - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_ARCHS: "AMD64" @@ -103,7 +103,7 @@ jobs: - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_ARCHS: "x86_64" @@ -168,7 +168,7 @@ jobs: - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_BUILD: ${{ format('cp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }} @@ -226,7 +226,7 @@ jobs: - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_BUILD: ${{ format('pp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }} diff --git a/.github/workflows/wheels-pillow_heif.yml b/.github/workflows/wheels-pillow_heif.yml index a10f870b..4680593c 100644 --- a/.github/workflows/wheels-pillow_heif.yml +++ b/.github/workflows/wheels-pillow_heif.yml @@ -67,7 +67,7 @@ jobs: - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_ARCHS: "AMD64" @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v4 - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_ARCHS: "x86_64" @@ -162,7 +162,7 @@ jobs: - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_BUILD: ${{ format('cp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }} @@ -224,7 +224,7 @@ jobs: - name: Run cibuildwheel run: | - python3 -m pip install cibuildwheel==2.15.0 + python3 -m pip install cibuildwheel==2.16.2 python3 -m cibuildwheel env: CIBW_BUILD: ${{ format('pp3*-{0}_{1}', matrix.cibw_buildlinux, matrix.cibw_arch) }} diff --git a/ci/cirrus_wheels.yml b/ci/cirrus_wheels.yml index 701eab7b..7fffe401 100644 --- a/ci/cirrus_wheels.yml +++ b/ci/cirrus_wheels.yml @@ -16,7 +16,7 @@ wheel_macos_arm_task: - brew install python@3.10 - ln -s python3 /opt/homebrew/opt/python@3.10/bin/python install_cibuildwheel_script: - - python3 -m pip install cibuildwheel==2.15.0 + - python3 -m pip install cibuildwheel==2.16.2 run_cibuildwheel_script: - python3 -m cibuildwheel wheels_artifacts: @@ -40,7 +40,7 @@ wheel_pi_heif_macos_arm_task: - brew install python@3.10 - ln -s python3 /opt/homebrew/opt/python@3.10/bin/python install_cibuildwheel_script: - - python3 -m pip install cibuildwheel==2.15.0 + - python3 -m pip install cibuildwheel==2.16.2 transform_to_pi_heif_script: - cp -r -v ./pi-heif/* . - python3 .github/transform_to-pi_heif.py