diff --git a/.github/workflows/build_wheels.yaml b/.github/workflows/build_wheels.yaml index d56baad..2f4f5cc 100644 --- a/.github/workflows/build_wheels.yaml +++ b/.github/workflows/build_wheels.yaml @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v4.1 + uses: pypa/cibuildwheel@v4.2 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_BUILD: ${{ matrix.cibw_build }} @@ -105,7 +105,7 @@ jobs: shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v4.1 + uses: pypa/cibuildwheel@v4.2 env: CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_TEST_REQUIRES: pytest @@ -138,7 +138,7 @@ jobs: shell: bash - name: Build wheels - uses: pypa/cibuildwheel@v4.1 + uses: pypa/cibuildwheel@v4.2 env: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_BUILD: ${{ matrix.cibw_build }}