Skip to content

Commit 03e3b2a

Browse files
authored
Merge pull request #373 from skia-python/dependabot/github_actions/pypa/cibuildwheel-3.4.1
Bump pypa/cibuildwheel from 3.4.0 to 3.4.1
2 parents d741423 + 10b6255 commit 03e3b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636

3737
- name: Build wheels
38-
uses: pypa/[email protected].0
38+
uses: pypa/[email protected].1
3939
env:
4040
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
4141
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
@@ -83,7 +83,7 @@ jobs:
8383
submodules: true
8484

8585
- name: Build wheels
86-
uses: pypa/[email protected].0
86+
uses: pypa/[email protected].1
8787
env:
8888
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
8989
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28

0 commit comments

Comments
 (0)