Skip to content

Commit

Permalink
Add back most of win32
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Aug 19, 2023
1 parent c7d2b55 commit 3952ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ jobs:
- cp311*macosx_arm64
- cp312*macosx_arm64
# Windows wheels
- cp39*win32
- cp310*win32
- cp311*win32
# TODO: Check again after cp312 and upstream are stable.
#- cp312*win32
- cp39*win_amd64
- cp310*win_amd64
- cp311*win_amd64
Expand Down

0 comments on commit 3952ebf

Please sign in to comment.