Skip to content

Commit 39b8a08

Browse files
authored
Merge pull request #428 from bashtage/dependabot/github_actions/pypa/cibuildwheel-3.4
Build(deps): Bump pypa/cibuildwheel from 3.3 to 3.4
2 parents 7f46fca + 9764fd3 commit 39b8a08

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.3
40+
uses: pypa/cibuildwheel@v3.4
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.3
41+
uses: pypa/cibuildwheel@v3.4
4242
with:
4343
output-dir: wheelhouse

0 commit comments

Comments
 (0)