Skip to content

Commit f49fe36

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 8a15053 commit f49fe36

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-*"
@@ -222,7 +222,7 @@ jobs:
222222
set -eux
223223
brew install eigen nlohmann-json
224224
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
225-
uses: pypa/cibuildwheel@v2.22.0
225+
uses: pypa/cibuildwheel@v3.0.1
226226
env:
227227
CIBW_SKIP: "cp313-*"
228228
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}
@@ -281,7 +281,7 @@ jobs:
281281
vcpkg --triplet x64-windows install nlohmann-json
282282
vcpkg integrate install
283283
- name: Build wheels on ${{ matrix.CIBW_PLATFORM }} ${{matrix.arch}}
284-
uses: pypa/cibuildwheel@v2.22.0
284+
uses: pypa/cibuildwheel@v3.0.1
285285
env:
286286
CIBW_SKIP: "cp313-*"
287287
CIBW_ENVIRONMENT: ${{ matrix.CIBW_ENVIRONMENT }}

0 commit comments

Comments
 (0)