diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 406c3a3c..a294f9c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.x" - - run: pip install cibuildwheel==2.10.2 + - run: pip install cibuildwheel==2.13.1 - id: set-matrix run: | MATRIX_INCLUDE=$( @@ -118,13 +118,11 @@ jobs: if: runner.os == 'Linux' uses: docker/setup-qemu-action@v2 - - uses: pypa/cibuildwheel@v2.10.2 + - uses: pypa/cibuildwheel@v2.13.1 with: only: ${{ matrix.only }} env: CIBW_BUILD_VERBOSITY: 1 - CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 - CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28 - uses: actions/upload-artifact@v3 with: diff --git a/asyncpg/_version.py b/asyncpg/_version.py index 693e3bed..32a68a56 100644 --- a/asyncpg/_version.py +++ b/asyncpg/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.28.0.dev0' +__version__ = '0.28.0'