From db9e69cd7753aad3ab5d8931742fc106319ad720 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 7 Jun 2024 11:37:40 +0100 Subject: [PATCH] test [pypi] --- .github/workflows/build_wheels.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e5160894..fb197899 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -28,9 +28,16 @@ jobs: submodules: recursive - uses: actions/setup-python@v5 + if: matrix.os != 'macos-11' + with: + python-version: '3.10' + + - uses: actions/setup-python@v5 + if: matrix.os == 'macos-11' with: python-version: '3.6' + - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.18.1