From: Daniele Varrazzo Date: Fri, 22 Sep 2023 21:32:16 +0000 (+0200) Subject: chore: update cibuildwheel version X-Git-Tag: pool-3.2.0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a26d7982f2b93b2d7f783ad78c981363e205a12c;p=thirdparty%2Fpsycopg.git chore: update cibuildwheel version --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index 733a7e308..042b72d9e 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: @@ -159,7 +159,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