From 01c480912a4eafe3e29efa5bf6c3d3c6e92639e3 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 --- .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