From: Daniele Varrazzo Date: Mon, 2 May 2022 01:01:11 +0000 (+0200) Subject: chore: update cibuildwheel to 2.5.0 X-Git-Tag: 3.1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c4f38a377bdfb5ca73132e7b2bd4d51f9e69174;p=thirdparty%2Fpsycopg.git chore: update cibuildwheel to 2.5.0 --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 01bdc8387..8fa77b419 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.3.1 + uses: pypa/cibuildwheel@v2.5.0 with: package-dir: psycopg_binary env: @@ -159,7 +159,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: @@ -202,7 +202,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: