Skip to content

Commit bbdc851

Browse files
chore(deps): bump pypa/cibuildwheel from 2.22.0 to 3.4.1 (abetlen#2249)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 3.4.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...v3.4.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d185d64 commit bbdc851

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shell: cmd
4343

4444
- name: Build wheels
45-
uses: pypa/cibuildwheel@v2.22.0
45+
uses: pypa/cibuildwheel@v3.4.1
4646
env:
4747
# Keep repair disabled by default for non-Linux platforms in this job.
4848
CIBW_REPAIR_WHEEL_COMMAND: ""
@@ -80,7 +80,7 @@ jobs:
8080
submodules: "recursive"
8181

8282
- name: Build wheels
83-
uses: pypa/cibuildwheel@v2.22.0
83+
uses: pypa/cibuildwheel@v3.4.1
8484
env:
8585
CIBW_SKIP: "pp*"
8686
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
@@ -133,7 +133,7 @@ jobs:
133133
platforms: linux/riscv64
134134

135135
- name: Build wheels
136-
uses: pypa/cibuildwheel@v3.1.2
136+
uses: pypa/cibuildwheel@v3.4.1
137137
env:
138138
CIBW_SKIP: "*musllinux* pp*"
139139
CIBW_REPAIR_WHEEL_COMMAND: ""

.github/workflows/build-wheels-metal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333

3434
- name: Build wheels
35-
uses: pypa/cibuildwheel@v2.22.0
35+
uses: pypa/cibuildwheel@v3.4.1
3636
env:
3737
# disable repair
3838
CIBW_REPAIR_WHEEL_COMMAND: ""

0 commit comments

Comments
 (0)