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"