Skip to content

Commit 131f8ae

Browse files
Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 (#214)
1 parent 5632812 commit 131f8ae

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
@@ -110,7 +110,7 @@ jobs:
110110
BUILDKIT_PROGRESS: plain
111111

112112
- name: Build wheels
113-
uses: pypa/cibuildwheel@v2.11.4
113+
uses: pypa/cibuildwheel@v2.12.0
114114

115115
- uses: actions/upload-artifact@v3
116116
with:
@@ -190,7 +190,7 @@ jobs:
190190
path: ${{ matrix.vcpkg_logs }}
191191

192192
- name: Build wheels
193-
uses: pypa/cibuildwheel@v2.11.4
193+
uses: pypa/cibuildwheel@v2.12.0
194194
env:
195195
# CIBW needs to know triplet for the correct install path
196196
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

0 commit comments

Comments
 (0)