From 22d3005ca21361a71857bab041117d3e0806d7d0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 23 Jun 2024 16:03:02 +0200 Subject: [PATCH] chore: bump cibuildwheel version --- .github/workflows/packages-bin.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.47.2