Skip to content

Commit e2afd46

Browse files
committed
update cibuildwheel for Python 3.14
1 parent f7d55f1 commit e2afd46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.22.0
31+
uses: pypa/cibuildwheel@v3.2.1
3232
- uses: actions/upload-artifact@v4
3333
with:
3434
path: ./wheelhouse/*.whl

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build wheels
18-
uses: pypa/cibuildwheel@v2.22.0
18+
uses: pypa/cibuildwheel@v3.2.1
1919
- uses: actions/upload-artifact@v4
2020
with:
2121
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)