Skip to content

Commit a9e0d38

Browse files
authored
Merge pull request #58 from prisms-center/dependabot/github_actions/2.X/pypa/cibuildwheel-3.3.1
Bump pypa/cibuildwheel from 3.3.0 to 3.3.1
2 parents 478e008 + 4fa56bb commit a9e0d38

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@v6
1616

1717
- name: Build wheels
18-
uses: pypa/cibuildwheel@v3.3.0
18+
uses: pypa/cibuildwheel@v3.3.1
1919
env:
2020
CIBW_ARCHS_LINUX: x86_64
2121
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434

3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v3.3.0
36+
uses: pypa/cibuildwheel@v3.3.1
3737
env:
3838
CIBW_ARCHS_LINUX: aarch64
3939
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v6
5252

5353
- name: Build wheels
54-
uses: pypa/cibuildwheel@v3.3.0
54+
uses: pypa/cibuildwheel@v3.3.1
5555
env:
5656
CIBW_ARCHS_MACOS: arm64
5757

0 commit comments

Comments
 (0)