Skip to content

Commit e5a2ecc

Browse files
Use latest cibuildwheel version
1 parent 61b2047 commit e5a2ecc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
--directory $PWD/libgphoto2 --strip-components=1
2121
2222
- name: Build wheels
23-
uses: pypa/cibuildwheel@v2.12.3
23+
uses: pypa/cibuildwheel@v2.14.1
2424
env:
2525
CIBW_ARCHS: x86_64
2626
CIBW_SKIP: pp3?-*

.github/workflows/build-manylinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
--directory $PWD/libgphoto2 --strip-components=1
2121
2222
- name: Build wheels
23-
uses: pypa/cibuildwheel@v2.12.3
23+
uses: pypa/cibuildwheel@v2.14.1
2424
env:
2525
CIBW_ARCHS: auto64
2626
CIBW_BUILD: cp*-manylinux_x86_64

0 commit comments

Comments
 (0)