From a6f67cfeb82c46e549db7dda79c65f1a21935630 Mon Sep 17 00:00:00 2001 From: Gabriel Erzse Date: Thu, 11 Jul 2024 17:06:11 +0300 Subject: [PATCH] Fix building the wheel for windows The CI job that builds the wheel for Windows fails. Try to fix it. --- .github/workflows/REUSABLE-wheeler.yaml | 6 +++--- .gitignore | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/REUSABLE-wheeler.yaml b/.github/workflows/REUSABLE-wheeler.yaml index f893427..e7cfc51 100644 --- a/.github/workflows/REUSABLE-wheeler.yaml +++ b/.github/workflows/REUSABLE-wheeler.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-latest] + os: [ubuntu-20.04, windows-latest, macos-latest] env: CIBW_ARCHS_MACOS: "x86_64 universal2 arm64" MACOSX_DEPLOYMENT_TARGET: "10.15" @@ -37,7 +37,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.16.2 + uses: pypa/cibuildwheel@v2.19.2 env: # configure cibuildwheel to build native archs ('auto'), and some # emulated ones @@ -85,7 +85,7 @@ jobs: path: artifacts/linux - uses: actions/download-artifact@v3 with: - name: windows-2019-wheels + name: windows-latest-wheels path: artifacts/windows - uses: actions/download-artifact@v3 with: diff --git a/.gitignore b/.gitignore index 86cb2c8..de2d486 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ MANIFEST .venv **/*.so hiredis.egg-info +.idea