Enable Windows wheel builds in CI (#1129)
Closes https://github.com/astral-sh/puffin/issues/990.
This commit is contained in:
@@ -150,8 +150,6 @@ jobs:
|
||||
*.sha256
|
||||
|
||||
windows:
|
||||
# TODO(charlie): Enable Windows builds.
|
||||
if: false
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -160,8 +158,6 @@ jobs:
|
||||
arch: x64
|
||||
- target: i686-pc-windows-msvc
|
||||
arch: x86
|
||||
- target: aarch64-pc-windows-msvc
|
||||
arch: x64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user