From 38904c8a8e5e02f5b7171fc468a8f13f755b8885 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 2 May 2022 03:01:11 +0200 Subject: [PATCH] chore: update cibuildwheel to 2.5.0 --- .github/workflows/packages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 2dd9dad7f..bdaba59d5 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -95,7 +95,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.3.1 + uses: pypa/cibuildwheel@v2.5.0 with: package-dir: psycopg_binary env: @@ -157,7 +157,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.3.1 + uses: pypa/cibuildwheel@v2.5.0 with: package-dir: psycopg_binary env: @@ -200,7 +200,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.3.1 + uses: pypa/cibuildwheel@v2.5.0 with: package-dir: psycopg_binary env: -- 2.47.3