Skip to content

Commit 243fe1e

Browse files
authored
Merge pull request #429 from bashtage/dependabot/github_actions/pypa/cibuildwheel-4.0
Build(deps): Bump pypa/cibuildwheel from 3.4 to 4.0
2 parents 39b8a08 + 10fa682 commit 243fe1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clang-cl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: clang-cl --version
3838

3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v3.4
40+
uses: pypa/cibuildwheel@v4.0
4141
with:
4242
output-dir: wheelhouse
4343

.github/workflows/cron-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- uses: actions/checkout@v6
3939

4040
- name: Build wheels
41-
uses: pypa/cibuildwheel@v3.4
41+
uses: pypa/cibuildwheel@v4.0
4242
with:
4343
output-dir: wheelhouse

0 commit comments

Comments
 (0)