From bebfe97f934c9136e4db52709ac0fb4dd9cae64d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 4 Feb 2024 12:14:46 +0000 Subject: [PATCH] chore: bump cibuildwheel version It should fix an error building Windows wheel https://github.com/pypa/cibuildwheel/issues/1740 --- .github/workflows/packages-bin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 8918e2903..b8511e71d 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -43,7 +43,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.16.0 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: psycopg_binary env: @@ -110,7 +110,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.16.0 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: psycopg_binary env: @@ -159,7 +159,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.16.0 + uses: pypa/cibuildwheel@v2.16.5 with: package-dir: psycopg_binary env: -- 2.47.2