Browse Source

Bump pypa/cibuildwheel from 2.20.0 to 2.22.0 (#5794)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.20.0 to 2.22.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.20.0...v2.22.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tags/20241226
dependabot[bot] GitHub 1 year ago
parent
commit
f1bdc87478
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      .github/workflows/release-python.yml

+ 7
- 7
.github/workflows/release-python.yml View File

@@ -87,7 +87,7 @@ jobs:
# build wheels for ubuntu-20.04 # build wheels for ubuntu-20.04
- name: Build wheels for ubuntu - name: Build wheels for ubuntu
if: matrix.os == 'ubuntu-20.04' if: matrix.os == 'ubuntu-20.04'
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.22.0
env: env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.build }} CIBW_BUILD: ${{ matrix.build }}
@@ -99,7 +99,7 @@ jobs:
# build wheels for windows-2019 # build wheels for windows-2019
- name: Build wheels for windows - name: Build wheels for windows
if: matrix.os == 'windows-2019' && (matrix.arch == 'AMD64' || matrix.arch == 'x86') if: matrix.os == 'windows-2019' && (matrix.arch == 'AMD64' || matrix.arch == 'x86')
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.22.0
env: env:
CIBW_ARCHS_WINDOWS: ${{ matrix.arch }} CIBW_ARCHS_WINDOWS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.build }} CIBW_BUILD: ${{ matrix.build }}
@@ -112,7 +112,7 @@ jobs:


- name: Build wheels for windows ARM64 - name: Build wheels for windows ARM64
if: matrix.os == 'windows-2019' && matrix.arch == 'ARM64' if: matrix.os == 'windows-2019' && matrix.arch == 'ARM64'
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.22.0
env: env:
CIBW_ARCHS_WINDOWS: ${{ matrix.arch }} CIBW_ARCHS_WINDOWS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.build }} CIBW_BUILD: ${{ matrix.build }}
@@ -190,7 +190,7 @@ jobs:


- name: Build wheels for macos x86_64 - name: Build wheels for macos x86_64
if: matrix.os == 'macos-13' && matrix.arch == 'x86_64' if: matrix.os == 'macos-13' && matrix.arch == 'x86_64'
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.22.0
env: env:
CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.build }} CIBW_BUILD: ${{ matrix.build }}
@@ -208,7 +208,7 @@ jobs:


- name: Build wheels for macos arm64 - name: Build wheels for macos arm64
if: matrix.os == 'macos-13' && matrix.arch == 'arm64' if: matrix.os == 'macos-13' && matrix.arch == 'arm64'
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.22.0
env: env:
CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_ARCHS_MACOS: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.build }} CIBW_BUILD: ${{ matrix.build }}
@@ -264,7 +264,7 @@ jobs:
platforms: all platforms: all


- name: Build wheels for manylinux with qemu - name: Build wheels for manylinux with qemu
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.22.0
env: env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.build_cp }}-${{ matrix.build_sub }}* CIBW_BUILD: ${{ matrix.build_cp }}-${{ matrix.build_sub }}*
@@ -312,7 +312,7 @@ jobs:
platforms: all platforms: all


- name: Build wheels for manylinux with qemu - name: Build wheels for manylinux with qemu
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.22.0
env: env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BUILD: ${{ matrix.build_pp }}-* CIBW_BUILD: ${{ matrix.build_pp }}-*


Loading…
Cancel
Save