From 7d14ad24f7132f3beb01a11d2083127b005e76b0 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 19 Mar 2024 11:25:23 -0500 Subject: [PATCH] Remove input for build-2_28-wheels. --- .github/workflows/wheels-build.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/wheels-build.yaml b/.github/workflows/wheels-build.yaml index eec92f5a..33331002 100644 --- a/.github/workflows/wheels-build.yaml +++ b/.github/workflows/wheels-build.yaml @@ -45,12 +45,6 @@ on: type: string default: '' - # Build manylinux 2.28 wheels in addition to 2.17 wheels - build-2_28-wheels: - required: false - type: string - default: 'false' - defaults: run: shell: bash