File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 61
61
- name : Build wheel
62
62
63
63
env :
64
- HATCH_BUILD_HOOKS_ENABLE : true
65
64
CIBW_BUILD : " *cp3${{ matrix.python }}*"
66
- CIBW_SKIP : ' {*i686*,*musllinux*}'
67
65
68
66
- uses : actions/upload-artifact@v4
69
67
with :
Original file line number Diff line number Diff line change 1
1
default_language_version :
2
2
python : python3.13
3
- fail_fast : true
4
3
repos :
5
4
6
5
- repo : https://github.com/ComPWA/taplo-pre-commit
Original file line number Diff line number Diff line change @@ -226,12 +226,7 @@ python-levenshtein = ["Levenshtein"]
226
226
PyGithub = [" github" ]
227
227
[tool .cibuildwheel ]
228
228
build-frontend = " build[uv]"
229
- skip = [
230
- " *-musllinux_i686" ,
231
- " *-manylinux_i686" ,
232
- " *-musllinux_x86_64" ,
233
- " *-musllinux_aarch64" ,
234
- ]
229
+ skip = [" *i686*" , " *musllinux*" ]
235
230
environment = { "HATCH_BUILD_HOOKS_ENABLE" = " true" }
236
231
manylinux-x86_64-image = " quay.io/pypa/manylinux_2_34_x86_64"
237
232
manylinux-aarch64-image = " quay.io/pypa/manylinux_2_34_aarch64"
You can’t perform that action at this time.
0 commit comments