Skip to content

Commit 6894176

Browse files
committed
Update cibuildwheel to 2.15.0
1 parent e7c591b commit 6894176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
37-
uses: pypa/cibuildwheel@v2.9.0
37+
uses: pypa/cibuildwheel@v2.15.0
3838
env:
3939
# Skips pypy and musllinux for now.
4040
CIBW_SKIP: "pp* cp36-* *-musllinux*"

0 commit comments

Comments
 (0)