Skip to content

Commit

Permalink
disable broken windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg committed Mar 21, 2024
1 parent 29b5b8d commit d59d507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d59d507

Please sign in to comment.