Skip to content

Commit c9a60bc

Browse files
chore(deps): bump pypa/cibuildwheel from 3.4.1 to 4.1.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.1.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.1.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65b50ca commit c9a60bc

3 files changed

Lines changed: 5 additions & 5 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@v3.4.1
45+
uses: pypa/cibuildwheel@v4.1.0
4646
env:
4747
# Keep repair disabled by default for non-Linux platforms in this job.
4848
CIBW_REPAIR_WHEEL_COMMAND: ""
@@ -83,7 +83,7 @@ jobs:
8383
submodules: "recursive"
8484

8585
- name: Build wheels
86-
uses: pypa/cibuildwheel@v3.4.1
86+
uses: pypa/cibuildwheel@v4.1.0
8787
env:
8888
CIBW_SKIP: "pp*"
8989
CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/llama_cpp/lib auditwheel repair -w {dest_dir} {wheel}"
@@ -119,7 +119,7 @@ jobs:
119119
platforms: linux/riscv64
120120

121121
- name: Build wheels
122-
uses: pypa/cibuildwheel@v3.4.1
122+
uses: pypa/cibuildwheel@v4.1.0
123123
env:
124124
CIBW_SKIP: "*musllinux* pp*"
125125
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@v3.4.1
35+
uses: pypa/cibuildwheel@v4.1.0
3636
env:
3737
# disable repair
3838
CIBW_REPAIR_WHEEL_COMMAND: ""

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Build Vulkan wheel
7373
if: runner.os == 'Linux'
74-
uses: pypa/cibuildwheel@v3.4.1
74+
uses: pypa/cibuildwheel@v4.1.0
7575
env:
7676
CIBW_BUILD: "cp38-manylinux_*"
7777
CIBW_ARCHS: "auto64"

0 commit comments

Comments
 (0)