From: Daniele Varrazzo Date: Fri, 22 Sep 2023 21:32:16 +0000 (+0200) Subject: chore: update cibuildwheel version X-Git-Tag: pool-3.1.8~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a7bf94f59fd04adc9dbcd1446445980319ddd4;p=thirdparty%2Fpsycopg.git chore: update cibuildwheel version --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 324c962d8..cea42ff96 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -43,7 +43,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.14.1 + uses: pypa/cibuildwheel@v2.16.0 with: package-dir: psycopg_binary env: @@ -110,7 +110,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.16.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.12.0 + uses: pypa/cibuildwheel@v2.16.0 with: package-dir: psycopg_binary env: diff --git a/docs/release.rst b/docs/release.rst index d793cc923..d5f9bb816 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -11,6 +11,11 @@ How to make a psycopg release .. _OpenSSL: https://www.openssl.org/source/ +- Check if there is a new `cibuildwheel release`__; if so, upgrade it in +``.github/workflows/packages-bin.yml``. + + .. __: https://github.com/pypa/cibuildwheel/releases + - Use ``tools/bump_version.py`` to upgrade package version numbers. - Change ``docs/news.rst`` to drop the "unreleased" mark from the version