Skip to content

Commit 0bc1287

Browse files
Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 (#458)
1 parent cbb05f3 commit 0bc1287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
BUILDKIT_PROGRESS: plain
114114

115115
- name: Build wheels
116-
uses: pypa/cibuildwheel@v2.19.2
116+
uses: pypa/cibuildwheel@v2.20.0
117117

118118
- uses: actions/upload-artifact@v4
119119
with:
@@ -196,7 +196,7 @@ jobs:
196196
path: ${{ matrix.vcpkg_logs }}
197197

198198
- name: Build wheels
199-
uses: pypa/cibuildwheel@v2.19.2
199+
uses: pypa/cibuildwheel@v2.20.0
200200
env:
201201
# CIBW needs to know triplet for the correct install path
202202
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

0 commit comments

Comments
 (0)