From 74618dd5c640b34c1c862614c5a070fe95d4cca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Wed, 14 Feb 2024 22:59:28 +0100 Subject: [PATCH] fix: bump cibuildwheel to v2.16.5 --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e7f5449..7fc049f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v2 - name: Build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.16.5 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }}