Skip to content

Commit 88cd2c0

Browse files
authored
Merge pull request #35 from prisms-center/dependabot/github_actions/2.X/pypa/cibuildwheel-2.23.3
Bump pypa/cibuildwheel from 2.22.0 to 2.23.3
2 parents 1e8b1e1 + 2d7b89d commit 88cd2c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Build wheels
18-
uses: pypa/cibuildwheel@v2.22.0
18+
uses: pypa/cibuildwheel@v2.23.3
1919
env:
2020
CIBW_ARCHS_LINUX: x86_64
2121

@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Build wheels
35-
uses: pypa/cibuildwheel@v2.22.0
35+
uses: pypa/cibuildwheel@v2.23.3
3636
env:
3737
CIBW_ARCHS_MACOS: x86_64
3838

@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050

5151
- name: Build wheels
52-
uses: pypa/cibuildwheel@v2.22.0
52+
uses: pypa/cibuildwheel@v2.23.3
5353
env:
5454
CIBW_ARCHS_MACOS: arm64
5555

0 commit comments

Comments
 (0)