From deaa2d72b13b2606faaffca2fb2930ba7558552a Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Mon, 17 Jun 2024 00:33:39 +0800 Subject: [PATCH] Manylinux wheels should be built with cibuildwheel https://github.com/pypa/packaging-problems/issues/684 --- .github/workflows/wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9cb0ade1..53b1de44 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -20,7 +20,6 @@ jobs: # macos-13 is an intel runner, macos-14 is apple silicon os: - windows-2022 - - ubuntu-22.04 - macos-14 fail-fast: false steps: