diff --git a/.github/workflows/wheels-metal.yaml b/.github/workflows/wheels-metal.yaml index 13d7cf95..2a56977b 100644 --- a/.github/workflows/wheels-metal.yaml +++ b/.github/workflows/wheels-metal.yaml @@ -30,7 +30,7 @@ jobs: cache: "pip" - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_REPAIR_WHEEL_COMMAND: "" CIBW_ARCHS: "arm64" diff --git a/.github/workflows/wheels-vulkan.yaml b/.github/workflows/wheels-vulkan.yaml index efa019e5..5f56dc28 100644 --- a/.github/workflows/wheels-vulkan.yaml +++ b/.github/workflows/wheels-vulkan.yaml @@ -70,7 +70,7 @@ jobs: - name: Build Vulkan wheel if: runner.os == 'Linux' - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_BUILD: "cp38-manylinux_*" CIBW_ARCHS: "auto64" diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 9ebf0e65..09121828 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -29,7 +29,7 @@ jobs: python-version: "3.9" - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.1 env: # Keep repair disabled by default for non-Linux platforms in this job. CIBW_REPAIR_WHEEL_COMMAND: "" @@ -69,7 +69,7 @@ jobs: submodules: "recursive" - name: Build wheels - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_SKIP: "pp*" CIBW_REPAIR_WHEEL_COMMAND: "LD_LIBRARY_PATH=$PWD/ggml/lib auditwheel repair -w {dest_dir} {wheel}" @@ -104,7 +104,7 @@ jobs: python-version: "3.12" - name: Build wheel - uses: pypa/cibuildwheel@v4.1.0 + uses: pypa/cibuildwheel@v4.1.1 env: CIBW_PLATFORM: "pyodide" CIBW_BUILD: "cp314-pyodide_wasm32"