Skip to content

Commit 628adcb

Browse files
fix: ci
1 parent 914cd40 commit 628adcb

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

.github/workflows/wheels_arm64.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
run: python -m pip install cibuildwheel
3232
- name: Build lib
3333
run: python setup.py build_lib
34-
- name: Build cffi
35-
run: python setup.py build_cffi
3634

3735
- name: Build wheels
3836
run: python -m cibuildwheel --output-dir wheelhouse

.github/workflows/wheels_linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
run: python -m pip install cibuildwheel
2525
- name: Build lib
2626
run: python setup.py build_lib
27-
- name: Build cffi
28-
run: python setup.py build_cffi
29-
3027

3128
- name: Build wheels
3229
run: python -m cibuildwheel --output-dir wheelhouse

.github/workflows/wheels_osx.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
run: python -m pip install cibuildwheel
2323
- name: Build lib
2424
run: python setup.py build_lib
25-
- name: Build cffi
26-
run: python setup.py build_cffi
27-
28-
2925

3026
- name: Build wheels
3127
run: python -m cibuildwheel --output-dir wheelhouse

.github/workflows/wheels_win_64.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525

2626
- name: Build lib
2727
run: python setup.py build_lib
28-
- name: Build cffi
29-
run: python setup.py build_cffi
30-
3128

3229
- name: Build wheels
3330
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)