From: Daniele Varrazzo Date: Sun, 4 Feb 2024 12:14:46 +0000 (+0000) Subject: chore: bump cibuildwheel version X-Git-Tag: 3.1.18~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bebfe97f934c9136e4db52709ac0fb4dd9cae64d;p=thirdparty%2Fpsycopg.git chore: bump cibuildwheel version It should fix an error building Windows wheel https://github.com/pypa/cibuildwheel/issues/1740 --- 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: