Skip to content

Commit cdadcb1

Browse files
committed
Bump cibuildwheel to get Python 3.15 wheels
1 parent 18a0a26 commit cdadcb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ${{ matrix.os }}
4747
steps:
4848
- uses: actions/checkout@v4
49-
- uses: pypa/cibuildwheel@v4.1.1
49+
- uses: pypa/cibuildwheel@v4.2.0
5050
with:
5151
output-dir: wheelhouse
5252
- uses: actions/upload-artifact@v4
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-24.04
6060
steps:
6161
- uses: actions/checkout@v4
62-
- uses: pypa/cibuildwheel@v4.1.1
62+
- uses: pypa/cibuildwheel@v4.2.0
6363
with:
6464
output-dir: wheelhouse
6565
env:

0 commit comments

Comments
 (0)