From b5140bd98fadfcb6eb14af0d029cad18f92daa2e Mon Sep 17 00:00:00 2001 From: Boris Bolliet Date: Sun, 29 Sep 2024 21:32:35 +0100 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 440938f3..565c8a0c 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -62,13 +62,13 @@ jobs: arch: arm64 python-version: '3.10' - # # Specific inclusion for Windows x86 architecture - # - os: windows-latest - # arch: amd64 - # python-version: '3.9' - # - os: windows-latest - # arch: amd64 - # python-version: '3.10' + # Specific inclusion for Windows x86 architecture + - os: windows-latest + arch: amd64 + python-version: '3.9' + - os: windows-latest + arch: amd64 + python-version: '3.10' steps: - name: Checkout the code @@ -233,7 +233,7 @@ jobs: # Build wheels for Windows using bash - name: Build wheels for Windows - if: matrix.os == 'windows-latest' && matrix.arch == 'x86' + if: matrix.os == 'windows-latest' env: CIBW_BUILD: ${{ env.CIBW_BUILD }} CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* pp* *-win32"