From 7480ad30df540c49005357877f0f2b9b96aae62b Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 7 Jun 2024 11:45:10 +0100 Subject: [PATCH] test [pypi] --- .github/workflows/build_wheels.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index fb197899..ea38aa6e 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -28,15 +28,8 @@ 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' - + python-version: '3.8' - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.18.1