Enable Windows wheel builds in CI (#1129)

Closes https://github.com/astral-sh/puffin/issues/990.
This commit is contained in:
Charlie Marsh
2024-01-26 17:12:25 -08:00
committed by GitHub
parent 61e03e3655
commit abe1867a0d
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -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: