From: Daniele Varrazzo Date: Wed, 30 Mar 2022 15:08:43 +0000 (+0200) Subject: chore: upgrade cibuildwheel to 2.3.1 X-Git-Tag: 3.1~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436d04401b146d09e54066eccc025e02c09dfa25;p=thirdparty%2Fpsycopg.git chore: upgrade cibuildwheel to 2.3.1 --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 56b04c38f..01bdc8387 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.2.2 + uses: pypa/cibuildwheel@v2.3.1 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.2.2 + uses: pypa/cibuildwheel@v2.3.1 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.2.2 + uses: pypa/cibuildwheel@v2.3.1 with: package-dir: psycopg_binary env: