From d59d5076cf9c805dc5389a4f244aaeef1ff1b3b6 Mon Sep 17 00:00:00 2001 From: Scott Lundberg Date: Thu, 21 Mar 2024 19:15:02 +0000 Subject: [PATCH] disable broken windows builds --- .github/workflows/pypi_upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index f8c8c0672..25685dec9 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -29,8 +29,8 @@ jobs: | jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \ && cibuildwheel --print-build-identifiers --platform macos \ | jq -nRc '{"only": inputs, "os": "macos-latest"}' \ - && cibuildwheel --print-build-identifiers --platform windows \ - | jq -nRc '{"only": inputs, "os": "windows-latest"}' + # && cibuildwheel --print-build-identifiers --platform windows \ + # | jq -nRc '{"only": inputs, "os": "windows-latest"}' } | jq -sc ) echo "include=$MATRIX" >> $GITHUB_OUTPUT