diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index aa81a85..da46966 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -49,6 +49,8 @@ jobs: goarch: arm64 - cibw_arch: x86_64 goarch: amd64 + - os: windows-latest + cibw_arch: AMD64 exclude: - os: ubuntu-latest cibw_arch: arm64