From 8bf446d3a29cb5ba1fcd6e59907963f70923c1c2 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:35:46 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df3c8b95..bf3f5d6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: - name: Build and test env: - CIBW_BUILD_VERBOSITY_MACOS: 0 + CIBW_BUILD_VERBOSITY_MACOS: 3 CIBW_BUILD_VERBOSITY_LINUX: 0 CIBW_BUILD_VERBOSITY_WINDOWS: 0 CIBW_BUILD: ${{ matrix.python.cibw-build }} @@ -168,7 +168,7 @@ jobs: CIBW_TEST_COMMAND: py.test -v {project}/tests CIBW_PRERELEASE_PYTHONS: True run: - pipx run --spec='cibuildwheel==2.14.1' cibuildwheel --output-dir dist 2>&1 + pipx run --spec='cibuildwheel==2.11.2' cibuildwheel --output-dir dist 2>&1 - name: Upload artifacts uses: actions/upload-artifact@v3