diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6e254f2..0f08151 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v5 - name: Build wheels - uses: pypa/cibuildwheel@v3.2.0 + uses: pypa/cibuildwheel@v3.2.1 env: CIBW_SKIP: "*-musllinux_i686 *-manylinux_i686 *-win32 cp31?t-*"