Skip to content

Commit 4e1777e

Browse files
Update cibuildwheel version
1 parent 1474344 commit 4e1777e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/build-linux-27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mv exiv2-0.27.7-Source libexiv2
2222
2323
- name: Build wheels
24-
uses: pypa/[email protected].2
24+
uses: pypa/[email protected].5
2525
env:
2626
CIBW_ARCHS: auto64
2727
CIBW_ENVIRONMENT: EXIV2_ROOT=libexiv2/build-linux/install

.github/workflows/build-linux-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
mv inih-r58 inih
3232
3333
- name: Build wheels
34-
uses: pypa/[email protected].2
34+
uses: pypa/[email protected].5
3535
env:
3636
CIBW_ARCHS: auto64
3737
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28

.github/workflows/build-macos-27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mv exiv2-0.27.7-Source libexiv2
2222
2323
- name: Build wheels
24-
uses: pypa/[email protected].2
24+
uses: pypa/[email protected].5
2525
env:
2626
CIBW_ARCHS: x86_64
2727
CIBW_ENVIRONMENT: EXIV2_ROOT=libexiv2/build-macos/install

.github/workflows/build-macos-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
mv exiv2-0.28.2 libexiv2
2222
2323
- name: Build wheels
24-
uses: pypa/[email protected].2
24+
uses: pypa/[email protected].5
2525
env:
2626
CIBW_ARCHS: x86_64
2727
CIBW_ENVIRONMENT: >

.github/workflows/build-macos-arm-27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pip install pipx
2525

2626
- name: Build wheels
27-
uses: pypa/[email protected].2
27+
uses: pypa/[email protected].5
2828
env:
2929
CIBW_ARCHS: arm64
3030
CIBW_ENVIRONMENT: EXIV2_ROOT=libexiv2/build-macos/install

.github/workflows/build-macos-arm-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pip install pipx
2525

2626
- name: Build wheels
27-
uses: pypa/[email protected].2
27+
uses: pypa/[email protected].5
2828
env:
2929
CIBW_ARCHS: arm64
3030
CIBW_ENVIRONMENT: >

.github/workflows/build-windows-27.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
c:/msys64/usr/bin/patch.exe libexiv2/conanfile.py
3939
4040
- name: Build wheels
41-
uses: pypa/[email protected].2
41+
uses: pypa/[email protected].5
4242
env:
4343
CIBW_ARCHS: auto64
4444
CIBW_SKIP: pp3*

.github/workflows/build-windows-28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
c:/msys64/usr/bin/patch.exe libexiv2/conanfile.py
3838
3939
- name: Build wheels
40-
uses: pypa/[email protected].2
40+
uses: pypa/[email protected].5
4141
env:
4242
CIBW_ARCHS: auto64
4343
CIBW_SKIP: pp3*

0 commit comments

Comments
 (0)