From 5c203d586a069054129ca4e192aa31a2ac11ff1a Mon Sep 17 00:00:00 2001 From: Yifei Kong Date: Wed, 31 Jan 2024 17:45:50 +0800 Subject: [PATCH] Upgrade cibuildwheel version --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 6c211ed0..1d29a2f0 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -50,7 +50,7 @@ jobs: which pipx || brew install pipx && pipx ensurepath - name: Build and test wheels - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.16.5 - uses: actions/upload-artifact@v3 with: