Skip to content

Commit 1e9a0ca

Browse files
Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 (#245)
1 parent ef47f0d commit 1e9a0ca

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/[email protected].1
113+
uses: pypa/[email protected].3
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/[email protected].1
193+
uses: pypa/[email protected].3
194194
env:
195195
# CIBW needs to know triplet for the correct install path
196196
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

0 commit comments

Comments
 (0)