Skip to content

Commit a8879ee

Browse files
Bump pypa/cibuildwheel from 3.1.4 to 3.2.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.4 to 3.2.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1.4...v3.2.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86efe80 commit a8879ee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release-python.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# build wheels for ubuntu-24.04
9494
- name: Build wheels for ubuntu
9595
if: matrix.os == 'ubuntu-24.04'
96-
uses: pypa/cibuildwheel@v3.1.4
96+
uses: pypa/cibuildwheel@v3.2.0
9797
env:
9898
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
9999
CIBW_BUILD: ${{ matrix.build }}
@@ -106,7 +106,7 @@ jobs:
106106
# build wheels for ubuntu-24.04 armv7l
107107
- name: Build wheels for ubuntu armv7l
108108
if: matrix.os == 'ubuntu-24.04-arm' && (matrix.arch == 'armv7l')
109-
uses: pypa/cibuildwheel@v3.1.4
109+
uses: pypa/cibuildwheel@v3.2.0
110110
env:
111111
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
112112
CIBW_BUILD: ${{ matrix.build }}
@@ -120,7 +120,7 @@ jobs:
120120
# build wheels for ubuntu-24.04 aarch64
121121
- name: Build wheels for ubuntu aarch64
122122
if: matrix.os == 'ubuntu-24.04-arm' && (matrix.arch == 'aarch64')
123-
uses: pypa/cibuildwheel@v3.1.4
123+
uses: pypa/cibuildwheel@v3.2.0
124124
env:
125125
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
126126
CIBW_BUILD: ${{ matrix.build }}
@@ -133,7 +133,7 @@ jobs:
133133
# build wheels for windows-2022
134134
- name: Build wheels for windows
135135
if: matrix.os == 'windows-2022' && (matrix.arch == 'AMD64' || matrix.arch == 'x86')
136-
uses: pypa/cibuildwheel@v3.1.4
136+
uses: pypa/cibuildwheel@v3.2.0
137137
env:
138138
CIBW_ARCHS_WINDOWS: ${{ matrix.arch }}
139139
CIBW_BUILD: ${{ matrix.build }}
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Build wheels for windows ARM64
149149
if: matrix.os == 'windows-2022' && matrix.arch == 'ARM64'
150-
uses: pypa/cibuildwheel@v3.1.4
150+
uses: pypa/cibuildwheel@v3.2.0
151151
env:
152152
CIBW_ARCHS_WINDOWS: ${{ matrix.arch }}
153153
CIBW_BUILD: ${{ matrix.build }}
@@ -226,7 +226,7 @@ jobs:
226226
227227
- name: Build wheels for macos x86_64
228228
if: matrix.os == 'macos-13' && matrix.arch == 'x86_64'
229-
uses: pypa/cibuildwheel@v3.1.4
229+
uses: pypa/cibuildwheel@v3.2.0
230230
env:
231231
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
232232
CIBW_BUILD: ${{ matrix.build }}
@@ -245,7 +245,7 @@ jobs:
245245

246246
- name: Build wheels for macos arm64
247247
if: matrix.os == 'macos-13' && matrix.arch == 'arm64'
248-
uses: pypa/cibuildwheel@v3.1.4
248+
uses: pypa/cibuildwheel@v3.2.0
249249
env:
250250
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
251251
CIBW_BUILD: ${{ matrix.build }}

0 commit comments

Comments
 (0)