diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 527891e8..49c8592e 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -66,7 +66,7 @@ jobs: run: | tar zxvf *.tar.gz --strip-components=1 - name: Build wheels - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.19.1 env: CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}" CIBW_ARCHS_LINUX: auto aarch64