Skip to content

Commit 41a0e48

Browse files
committed
Update cibuildwheel to latest version in CI
1 parent f7e3592 commit 41a0e48

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,13 @@ jobs:
5454
build_wheels:
5555
name: Build wheels
5656
runs-on: ubuntu-latest
57-
if: github.event_name == 'release' && github.event.action == 'published'
5857

5958
steps:
6059
- name: Checkout
6160
uses: actions/checkout@v4
6261

6362
- name: Build wheels
64-
uses: pypa/cibuildwheel@v2.19.2
63+
uses: pypa/cibuildwheel@v4.1.1
6564
env:
6665
CIBW_BUILD: cp31[0123]-*
6766
CIBW_SKIP: "*-musllinux_* pp*"

0 commit comments

Comments
 (0)