Skip to content

Commit 6430350

Browse files
authored
Merge pull request #424 from bashtage/dependabot/github_actions/pypa/cibuildwheel-3.3
Build(deps): Bump pypa/cibuildwheel from 3.2 to 3.3
2 parents 1ee6b5f + bf308c9 commit 6430350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.2
40+
uses: pypa/cibuildwheel@v3.3
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@v5
3939

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

0 commit comments

Comments
 (0)