From 9722f456bc7b0e7f2671ad032cff03876e3a89ba Mon Sep 17 00:00:00 2001 From: sdixon Date: Tue, 17 Dec 2024 00:09:59 +0000 Subject: [PATCH] trying to fix the macos pyuda wheel CI build --- .github/workflows/build_wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 625cdfbb..ff361562 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -107,7 +107,7 @@ jobs: - name: build windows wheels if: runner.OS == 'Windows' - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: package-dir: ${{github.workspace}}/install/python_installer config-file: ${{github.workspace}}/install/python_installer/pyproject.toml @@ -125,7 +125,7 @@ jobs: startswith(matrix.build-platform[2], 'manylinux2014') && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: package-dir: ./source/wrappers/python config-file: ./source/wrappers/python/pyproject.toml @@ -176,7 +176,7 @@ jobs: startswith(matrix.build-platform[2], 'manylinux_2_28') && ! ( startswith(matrix.build-platform[1], 'aarch64') && !startsWith(github.ref, 'refs/tags/') ) - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: package-dir: ./source/wrappers/python config-file: ./source/wrappers/python/pyproject.toml @@ -226,7 +226,7 @@ jobs: - name: Build macos wheels if: runner.os == 'macOS' - uses: pypa/cibuildwheel@v2.21.3 + uses: pypa/cibuildwheel@v2.22.0 with: package-dir: ./source/wrappers/python config-file: ./source/wrappers/python/pyproject.toml