From: Daniele Varrazzo Date: Sun, 23 Jun 2024 14:03:02 +0000 (+0200) Subject: chore: bump cibuildwheel version X-Git-Tag: 3.2.0~6^2~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=22d3005ca21361a71857bab041117d3e0806d7d0;p=thirdparty%2Fpsycopg.git chore: bump cibuildwheel version --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index ccb42a271..22496ee5e 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: