From aa4e49f89462991ad4b9b666a1648c220005ffd3 Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Tue, 9 Jul 2024 19:27:07 -0700 Subject: [PATCH] update build --- .github/workflows/python-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 80bda49..5462850 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -19,7 +19,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Build wheels linux - uses: pypa/cibuildwheel@v2.12.2 + uses: pypa/cibuildwheel@v2.19.2 if: matrix.os == 'ubuntu-latest' env: CIBW_BEFORE_ALL_LINUX: bash build/linux_setup.sh @@ -27,7 +27,7 @@ jobs: CIBW_SKIP: '*-musllinux_*' - name: Build wheels mac - uses: pypa/cibuildwheel@v2.12.2 + uses: pypa/cibuildwheel@v2.19.2 if: matrix.os == 'macos-12' env: CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=10.14