diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 7a2c3e1..090c7f9 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -82,7 +82,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v4.0.0 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_TEST_SKIP: "*" CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_archs_windows }}