diff options
| -rw-r--r-- | .github/workflows/wheel-builder.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 1324684..e036c9b 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -75,6 +75,7 @@ jobs: windows: runs-on: windows-latest strategy: + matrix: WINDOWS: - {ARCH: 'x86', WINDOWS: 'win32'} - {ARCH: 'x64', WINDOWS: 'win64'} |
