Skip to content

Commit f7449e3

Browse files
committed
Update to a more recent cibuildwheel to get 3.13 builds
1 parent bc6bc73 commit f7449e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Build wheels
41-
uses: pypa/cibuildwheel@v2.16.5
41+
uses: pypa/cibuildwheel@v2.22.0
4242
- uses: actions/upload-artifact@v4
4343
with:
4444
name: python-wheel-${{ matrix.os }}-${{ strategy.job-index }}

0 commit comments

Comments
 (0)