Skip to content

Commit

Permalink
chore: update cibuildwheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Sep 22, 2023
1 parent e828068 commit d2a7bf9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2a7bf9

Please sign in to comment.