From 64dbf9a726f50036c999fe89317dba54614bd87a Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 14 Jun 2023 22:29:47 -0400 Subject: [PATCH] pin cibuildwheel to minor version (#2615) as discussed in #2605 Signed-off-by: Jinzhe Zeng --- .github/workflows/build_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 8e4017c61a..0cbd293245 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -42,7 +42,7 @@ jobs: name: Setup QEMU if: matrix.platform_id == 'manylinux_aarch64' - name: Build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.13 env: CIBW_BUILD_VERBOSITY: 1 CIBW_ARCHS: all