From 1384caff54e9a2f9cd713d68dbd3345d91b25caa Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Wed, 11 May 2022 15:57:05 -0700 Subject: [PATCH 1/2] Bump cibuildwheel to latest --- .github/workflows/release_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_wheels.yml b/.github/workflows/release_wheels.yml index abf5c7a14..5d4116eaf 100644 --- a/.github/workflows/release_wheels.yml +++ b/.github/workflows/release_wheels.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-python@v2 - name: Install cibuildwheel and twine - run: python -m pip install cibuildwheel==1.11.0 + run: python -m pip install cibuildwheel==2.5.0 - name: Run C++ tests run: bash build_tools/test_libs.sh From cb19ab4138251a1bac180ba5793ce485802f5f36 Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Wed, 11 May 2022 16:11:56 -0700 Subject: [PATCH 2/2] testing_wheels --- .github/workflows/testing_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_wheels.yml b/.github/workflows/testing_wheels.yml index 55dd237ae..038bafc70 100644 --- a/.github/workflows/testing_wheels.yml +++ b/.github/workflows/testing_wheels.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/setup-python@v2 - name: Install cibuildwheel and twine - run: python -m pip install cibuildwheel==1.11.0 + run: python -m pip install cibuildwheel==2.5.0 - name: Run C++ tests run: bash build_tools/test_libs.sh