File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 68
68
uses : docker/setup-qemu-action@v3.0.0
69
69
if : runner.os == 'Linux'
70
70
71
+ - uses : yezz123/setup-uv@v4
72
+
71
73
- name : Build wheels
72
- uses : pypa/cibuildwheel@v2.18 .1
74
+ uses : pypa/cibuildwheel@v2.19 .1
73
75
env :
74
76
CIBW_ARCHS : " ${{ matrix.arch }}"
75
77
Original file line number Diff line number Diff line change 27
27
args : []
28
28
29
29
- repo : https://github.com/abravalheri/validate-pyproject
30
- rev : " v0.16 "
30
+ rev : " v0.18 "
31
31
hooks :
32
32
- id : validate-pyproject
33
33
additional_dependencies : ["validate-pyproject-schema-store[all]"]
Original file line number Diff line number Diff line change @@ -83,25 +83,31 @@ replacement = ""
83
83
84
84
[tool .cibuildwheel ]
85
85
build = " cp39-*"
86
+ build-frontend = " build[uv]"
86
87
build-verbosity = 1
87
88
test-extras = " test"
88
89
test-command = " pytest {project}/tests"
89
90
test-skip = [" *-win_arm64" , " *-macosx_universal2:arm64" ]
90
91
environment-pass = [" SETUPTOOLS_SCM_PRETEND_VERSION" ]
91
92
93
+ [tool .cibuildwheel .macos .environment ]
94
+ MACOSX_DEPLOYMENT_TARGET = " 10.9"
95
+
92
96
[[tool .cibuildwheel .overrides ]]
93
97
select = " *-manylinux_{x86_64,i686}"
94
98
manylinux-x86_64-image = " manylinux2010"
95
99
manylinux-i686-image = " manylinux2010"
100
+ build-frontend = " pip"
96
101
environment = { LDFLAGS = " -static-libstdc++" }
97
102
98
- [tool .cibuildwheel .macos .environment ]
99
- MACOSX_DEPLOYMENT_TARGET = " 10.9"
100
-
101
103
[[tool .cibuildwheel .overrides ]]
102
104
select = " *-musllinux_*"
103
105
environment = { LDFLAGS = " -static-libstdc++ -static-libgcc" }
104
106
107
+ [[tool .cibuildwheel .overrides ]]
108
+ select = " *-musllinux_s390x"
109
+ build-frontend = " pip"
110
+
105
111
106
112
[tool .pytest .ini_options ]
107
113
minversion = " 6.0"
You can’t perform that action at this time.
0 commit comments