File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
# windows doesn't use cibuildwheel
25
- build-wheels :
26
- defaults :
27
- run :
28
- shell : msys2 {0}
29
- runs-on : windows-latest
30
- steps :
31
- - uses : actions/checkout@v4
32
- - uses : msys2/setup-msys2@v2
33
- with :
34
- install : gzip make
35
- pacboy : gcc uv make curl diffutils pcre2 expat
36
- - name : Build
37
- run : |
38
- uv build --wheel
39
- - uses : actions/upload-artifact@v4
40
- with :
41
- name : artifact-windows-latest
42
- path : |
43
- ${{env.files}}
25
+ # build-wheels:
26
+ # defaults:
27
+ # run:
28
+ # shell: msys2 {0}
29
+ # runs-on: windows-latest
30
+ # steps:
31
+ # - uses: actions/checkout@v4
32
+ # - uses: msys2/setup-msys2@v2
33
+ # with:
34
+ # install: gzip make
35
+ # pacboy: gcc uv make curl diffutils pcre2 expat
36
+ # - name: Build
37
+ # run: |
38
+ # uv build --wheel
39
+ # - uses: actions/upload-artifact@v4
40
+ # with:
41
+ # name: artifact-windows-latest
42
+ # path: |
43
+ # ${{env.files}}
44
44
45
45
build-wheels-and-test :
46
46
strategy :
47
47
fail-fast : false
48
48
matrix :
49
49
runs-on :
50
50
- ubuntu-latest
51
- - macos-latest
51
+ # - macos-latest
52
52
runs-on : ${{matrix.runs-on}}
53
53
steps :
54
54
- uses : actions/checkout@v4
64
64
publish :
65
65
needs :
66
66
- build-wheels-and-test
67
- - build-wheels
67
+ # - build-wheels
68
68
runs-on : ubuntu-latest
69
69
if : startsWith(github.ref, 'refs/tags/')
70
70
steps :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Source = "https://github.com/xmake-io/git-wheel"
38
38
39
39
[tool .cibuildwheel ]
40
40
archs = [" all" ]
41
- build = " *312-* "
41
+ build = " *312-manylinux_armv7l "
42
42
# manylinux_2_28 doesn't have 2_28
43
43
skip = " *-macosx_x86_64 *_universal2 *-manylinux_i686"
44
44
build-frontend = " build[uv]"
You can’t perform that action at this time.
0 commit comments