From e280a6a5bb049d261ad837660c5028ae28642899 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Fri, 3 Nov 2023 14:03:25 +0100 Subject: [PATCH] Build macOS wheels --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c68f31db..3cac4867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,9 +77,6 @@ jobs: fetch-depth: 0 # required for setuptools_scm - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 - env: - CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64" - CIBW_SKIP: "cp37-*" - uses: actions/upload-artifact@v2 with: name: wheels