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