From: Daniele Varrazzo Date: Sun, 23 Jun 2024 14:03:02 +0000 (+0200) Subject: chore: bump cibuildwheel version X-Git-Tag: 3.1.20~3^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3ab82b30224078fb1cdf53d41dba072bd2e9333;p=thirdparty%2Fpsycopg.git chore: bump cibuildwheel version --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index b798184f8..7d7b84c80 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.18.1 + uses: pypa/cibuildwheel@v2.19.1 with: package-dir: psycopg_binary env: @@ -119,7 +119,7 @@ jobs: run: brew services start postgresql@${PG_VERSION} - name: Build wheels - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.19.1 with: package-dir: psycopg_binary env: @@ -170,7 +170,7 @@ jobs: run: brew services start postgresql@${PG_VERSION} - name: Build wheels - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.19.1 with: package-dir: psycopg_binary env: @@ -218,7 +218,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.19.1 with: package-dir: psycopg_binary env: