Skip to content

Commit 01df436

Browse files
committed
Update cibuildwheel
1 parent 89153d7 commit 01df436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323

24-
- uses: pypa/[email protected].2
24+
- uses: pypa/[email protected].5
2525
env:
2626
CIBW_BUILD: "cp${{ matrix.python-version}}-*"
2727

@@ -48,7 +48,7 @@ jobs:
4848
platforms: arm64
4949

5050
- name: Build wheels
51-
uses: pypa/[email protected].2
51+
uses: pypa/[email protected].5
5252
env:
5353
CIBW_BUILD: "cp${{ matrix.python-version}}-*"
5454
CIBW_ARCHS: aarch64

0 commit comments

Comments
 (0)