From 99a69ddcb23e8fab142b50aa25e5bea49029b08c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 13 Jun 2022 01:01:31 +0200 Subject: [PATCH] chore: upgrade cibuildwheel to 2.6.1 --- .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 b91706127..b1666a9d9 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -97,7 +97,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.5.0 + uses: pypa/cibuildwheel@v2.6.1 with: package-dir: psycopg_binary env: @@ -160,7 +160,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.5.0 + uses: pypa/cibuildwheel@v2.6.1 with: package-dir: psycopg_binary env: @@ -204,7 +204,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.5.0 + uses: pypa/cibuildwheel@v2.6.1 with: package-dir: psycopg_binary env: -- 2.47.2