diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 5120e4f..51e2954 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v6 - name: Build wheels - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v3.3.1 env: CIBW_SKIP: "*-musllinux_i686 *-manylinux_i686 *-win32 cp31?t-*"