diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 9ed7fc7..68d3740 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.21.1 + uses: pypa/cibuildwheel@v2.21.2 env: CIBW_BUILD: "cp3{7..13}-${{ matrix.wheel_type }}" CIBW_ARCHS_LINUX: auto aarch64