diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 171b08b6..1780be36 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@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0 + uses: pypa/cibuildwheel@1828c10ab37f080699c7b81cea34097c684a7074 # v4.2.0 env: CIBW_BUILD: "cp3{9..15}{t,}-${{ matrix.wheel_type }}" CIBW_ARCHS_LINUX: auto