Skip to content

Commit 91372e1

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 3.1.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.1.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.22.0...v3.1.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e249246 commit 91372e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
with:
173173
install: true
174174
- name: Build wheels on ${{matrix.arch}}
175-
uses: pypa/cibuildwheel@v2.22.0
175+
uses: pypa/cibuildwheel@v3.1.2
176176
env:
177177
CIBW_BUILD: ${{matrix.CIBW_BUILD}}
178178
CIBW_SKIP: "cp313-*"
@@ -214,7 +214,7 @@ jobs:
214214
set -eux
215215
brew install eigen nlohmann-json libomp
216216
- name: Build wheels on macos x86_64
217-
uses: pypa/cibuildwheel@v2.22.0
217+
uses: pypa/cibuildwheel@v3.1.2
218218
env:
219219
CIBW_SKIP: "cp313-* pp*"
220220
CIBW_PLATFORM: macos
@@ -246,7 +246,7 @@ jobs:
246246
set -eux
247247
brew install eigen nlohmann-json libomp
248248
- name: Build wheels on macos arm64
249-
uses: pypa/cibuildwheel@v2.22.0
249+
uses: pypa/cibuildwheel@v3.1.2
250250
env:
251251
CIBW_SKIP: "cp313-* pp*"
252252
CIBW_PLATFORM: macos
@@ -305,7 +305,7 @@ jobs:
305305
vcpkg --triplet x64-windows install nlohmann-json
306306
vcpkg integrate install
307307
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
308-
uses: pypa/cibuildwheel@v2.22.0
308+
uses: pypa/cibuildwheel@v3.1.2
309309
env:
310310
CIBW_SKIP: "cp313-*"
311311
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}

0 commit comments

Comments
 (0)