From e4b8d0226ad88f58b19936c79b9998c2f73d2cfa Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Wed, 6 Mar 2024 16:38:54 -0800 Subject: [PATCH] Remove debugging CIBW_BUILD: cp312 Signed-off-by: Cary Phillips --- .github/workflows/python-wheels-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/python-wheels-publish.yml b/.github/workflows/python-wheels-publish.yml index 2330847df3..a21d75ee8e 100644 --- a/.github/workflows/python-wheels-publish.yml +++ b/.github/workflows/python-wheels-publish.yml @@ -46,7 +46,6 @@ jobs: with: output-dir: wheelhouse env: - CIBW_BUILD: cp312-* CIBW_ARCHS_LINUX: x86_64 CIBW_ARCHS_MACOS: x86_64 arm64 universal2 # Skip python 3.6 since scikit-build-core requires 3.7+