Skip to content

Commit 4cfd296

Browse files
dependabot[bot]theroggyjorisvandenbossche
authored
Bump pypa/cibuildwheel from 3.2.1 to 3.3.1 (#628)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pieter Roggemans <pieter.roggemans@gmail.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
1 parent 32faf88 commit 4cfd296

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
@@ -146,7 +146,7 @@ jobs:
146146
BUILDKIT_PROGRESS: plain
147147

148148
- name: Build wheels
149-
uses: pypa/cibuildwheel@v3.2.1
149+
uses: pypa/cibuildwheel@v3.3.1
150150

151151
- uses: actions/upload-artifact@v6
152152
with:
@@ -230,7 +230,7 @@ jobs:
230230
path: ${{ matrix.vcpkg_logs }}
231231

232232
- name: Build wheels
233-
uses: pypa/cibuildwheel@v3.2.1
233+
uses: pypa/cibuildwheel@v3.3.1
234234
env:
235235
# CIBW needs to know triplet for the correct install path
236236
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

0 commit comments

Comments
 (0)