From 8f56b0bb2e19e67e9bf3cdfa0a799b2001f71d78 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Thu, 1 Feb 2024 23:05:54 +0000 Subject: [PATCH] Bump pypa/cibuildwheel up to v2.16.5 to fix intermitent windows build failure Upstream problem reported at https://github.com/pypa/cibuildwheel/issues/1740 . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe6122f54..4b2dd312b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,7 +119,7 @@ jobs: platforms: ${{ matrix.arch }} - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.16.5 env: CIBW_BUILD: "${{ matrix.cp }}-*" CIBW_SKIP: "*musllinux*"