diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 611f7e3d..d9e70fbc 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -70,7 +70,7 @@ jobs: run: | tar zxvf *.tar.gz --strip-components=1 - name: Build wheels - uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0 + uses: pypa/cibuildwheel@e090b81e30c4d855ea63bf4b6e59204c09a101ae # v4.2.1 env: CIBW_BUILD: "cp3{9..15}{t,}-${{ matrix.wheel_type }}" CIBW_ARCHS_LINUX: auto