From 939c60b5ea772980b96ef6e2375c91b68673dcc4 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 28 Aug 2024 12:38:50 -0500 Subject: [PATCH] Update cibuildwheel to 2.20.0 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index db9fd1a6..a534fe0a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -66,7 +66,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.20.0 env: CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *i686 *-musllinux*" CIBW_ARCHS: "${{ matrix.cibw_archs }}"