diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 59e2d30..adcb03e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -50,7 +50,7 @@ jobs: submodules: true fetch-depth: 0 - - uses: pypa/cibuildwheel@v2.23.0 + - uses: pypa/cibuildwheel@v3.1.3 env: CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }} CIBW_BUILD: "cp311-manylinux* cp312-manylinux* cp313-manylinux*"