From 68941766f78d216e46fa3916dd2614a85a662c4c Mon Sep 17 00:00:00 2001 From: Richard Lindsley Date: Tue, 15 Aug 2023 12:33:26 -0700 Subject: [PATCH] Update cibuildwheel to 2.15.0 --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index cce2fc9f..4f87d7e8 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels" - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.15.0 env: # Skips pypy and musllinux for now. CIBW_SKIP: "pp* cp36-* *-musllinux*"