Skip to content

Commit 9d2efa8

Browse files
Bump pypa/cibuildwheel from 2.22.0 to 3.0.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01e10f8 commit 9d2efa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_upload.yaml

Lines changed: 3 additions & 3 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.0.1
176176
env:
177177
CIBW_BUILD: ${{matrix.CIBW_BUILD}}
178178
CIBW_SKIP: "cp313-*"
@@ -223,7 +223,7 @@ jobs:
223223
brew install eigen nlohmann-json libomp
224224
arch -x86_64 brew install libomp
225225
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
226-
uses: pypa/cibuildwheel@v2.22.0
226+
uses: pypa/cibuildwheel@v3.0.1
227227
env:
228228
CIBW_SKIP: "cp313-*"
229229
CIBW_PLATFORM: ${{ matrix.CIBW_PLATFORM }}
@@ -286,7 +286,7 @@ jobs:
286286
vcpkg --triplet x64-windows install nlohmann-json
287287
vcpkg integrate install
288288
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
289-
uses: pypa/cibuildwheel@v2.22.0
289+
uses: pypa/cibuildwheel@v3.0.1
290290
env:
291291
CIBW_SKIP: "cp313-*"
292292
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}

0 commit comments

Comments
 (0)