Skip to content

Commit a49cb3d

Browse files
Workflow: Update cibuildwheel version
1 parent 43c34af commit a49cb3d

1 file changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/ci-wheels.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI Wheels
2-
on: [release, workflow_dispatch]
2+
on: [release, workflow_dispatch, push]
33

44
jobs:
55
build-wheels:
@@ -25,23 +25,15 @@ jobs:
2525
with:
2626
submodules: 'recursive'
2727

28-
- name: Set up Python
29-
uses: actions/setup-python@v5
30-
with:
31-
python-version: |
32-
3.13
33-
3.12
34-
3.11
35-
3.10
36-
3.9
37-
3828
- name: Build wheels
39-
uses: pypa/cibuildwheel@v3.0
29+
uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
4030
env:
4131
CIBW_ARCHS: "${{ matrix.arch }}"
32+
CIBW_SKIP: "cp314*"
4233

4334
- name: Upload wheels
4435
uses: actions/upload-artifact@v4
4536
with:
4637
name: wheels-${{ matrix.runs-on }}-${{ matrix.arch }}
4738
path: ./wheelhouse/*.whl
39+

0 commit comments

Comments
 (0)