Skip to content

Commit

Permalink
edgedb-python v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Aug 3, 2024
1 parent 368ed7a commit 1127555
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- "master"
- "ci"
- "[0-9]+.[0-9x]+*"
- "release/[0-9]+.x"
- "release/[0-9]+.[0-9]+.x"
paths:
- "edgedb/_version.py"

Expand Down Expand Up @@ -80,9 +81,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: pip install cibuildwheel==2.12.3
- run: pip install cibuildwheel==2.19.2
- id: set-matrix
# Cannot test on Musl distros yet.
env:
CIBW_SKIP: "cp312-*"
run: |
MATRIX_INCLUDE=$(
{
Expand Down Expand Up @@ -130,7 +133,7 @@ jobs:
- name: Install EdgeDB
uses: edgedb/setup-edgedb@v1

- uses: pypa/cibuildwheel@v2.12.3
- uses: pypa/cibuildwheel@v2.19.2
with:
only: ${{ matrix.only }}
env:
Expand Down
2 changes: 1 addition & 1 deletion edgedb/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.

__version__ = '1.6.0'
__version__ = '1.6.1'

0 comments on commit 1127555

Please sign in to comment.