From: Daniele Varrazzo Date: Sun, 12 Jun 2022 23:01:31 +0000 (+0200) Subject: chore: upgrade cibuildwheel to 2.6.1 X-Git-Tag: 3.1~57^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99a69ddcb23e8fab142b50aa25e5bea49029b08c;p=thirdparty%2Fpsycopg.git chore: upgrade cibuildwheel to 2.6.1 --- 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: