Skip to content

Commit

Permalink
Try enabling Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 9, 2024
1 parent 2bfdb07 commit 98cf590
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-12"}' \
# && cibuildwheel --print-build-identifiers --platform windows --archs x86_64 \
# | 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 98cf590

Please sign in to comment.