Now that we have [Windows CI support](https://github.com/pytorch/executorch/blob/8f97a34679c4eae56d3b6a8f70977f0687ee491b/.github/workflows/build-presets.yml#L70-L95). We should be able to build Windows wheels. - [ ] Create a Windows wheel building workflow (see [build-wheels-macos.yml](https://github.com/pytorch/executorch/blob/main/.github/workflows/build-wheels-macos.yml) and [build-wheels-linux.yml](https://github.com/pytorch/executorch/blob/main/.github/workflows/build-wheels-linux.yml)) - [ ] As part of the wheel building workflow, you must create a smoke test. See [test_macos.py](https://github.com/pytorch/executorch/blob/main/.ci/scripts/wheel/test_macos.py) and [test_linux.py](https://github.com/pytorch/executorch/blob/main/.ci/scripts/wheel/test_linux.py) cc @larryliu0820
Now that we have Windows CI support. We should be able to build Windows wheels.
cc @larryliu0820