File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 56
56
# To trigger the build steps, add "[cd build]" to commit message
57
57
58
58
build_wheels :
59
- name : Build Python wheel for ${{ matrix.python }}-${{ matrix.platform_id }}
59
+ name : Build ${{ matrix.python }}-${{ matrix.platform_id }}
60
60
runs-on : ${{ matrix.os }}
61
61
needs : check_build_trigger
62
62
if : needs.check_build_trigger.outputs.build
@@ -82,18 +82,18 @@ jobs:
82
82
- os : ubuntu-latest
83
83
bitness : 32
84
84
platform_id : manylinux_i686
85
- - os : ubuntu-latest
86
- bitness : 64
87
- platform_id : musllinux_x86_64
88
- - os : ubuntu-latest
89
- bitness : 32
90
- platform_id : musllinux_i686
91
- - os : ubuntu-latest
92
- bitness : 64
93
- platform_id : manylinux_aarch64
94
- - os : ubuntu-latest
95
- bitness : 64
96
- platform_id : musllinux_aarch64
85
+ # - os: ubuntu-latest
86
+ # bitness: 64
87
+ # platform_id: musllinux_x86_64
88
+ # - os: ubuntu-latest
89
+ # bitness: 32
90
+ # platform_id: musllinux_i686
91
+ # - os: ubuntu-latest
92
+ # bitness: 64
93
+ # platform_id: manylinux_aarch64
94
+ # - os: ubuntu-latest
95
+ # bitness: 64
96
+ # platform_id: musllinux_aarch64
97
97
- os : windows-latest
98
98
bitness : 64
99
99
platform_id : win_amd64
You can’t perform that action at this time.
0 commit comments