From da32c8ef65f9ba8ca8b7f96014c6253223af3cbe Mon Sep 17 00:00:00 2001 From: mayeut Date: Thu, 4 Jul 2024 07:34:11 +0200 Subject: [PATCH] chore: bump cibuildwheel to 2.19.2 Signed-off-by: mayeut --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d23bd179c..12f8dcdf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: if: matrix.arch == 'aarch64' - name: Create wheels + run tests - uses: pypa/cibuildwheel@v2.19.1 + uses: pypa/cibuildwheel@v2.19.2 env: CIBW_ARCHS: "${{ matrix.arch }}" CIBW_PRERELEASE_PYTHONS: True