File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 96
96
pip install delvewheel &&
97
97
rm -rf {package}/build
98
98
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : >-
99
- delvewheel repair -w {dest_dir} {wheel}
99
+ delvewheel repair -vv --add-path C:\\Windows\\system32 - w {dest_dir} {wheel}
100
100
CIBW_AFTER_BUILD : >-
101
101
twine check {wheel} &&
102
102
python {package}/ci/check_wheel_licenses.py {wheel}
@@ -110,16 +110,16 @@ jobs:
110
110
strategy :
111
111
matrix :
112
112
include :
113
- - os : ubuntu-20.04
114
- cibw_archs : " x86_64"
115
- - os : ubuntu-20.04
116
- cibw_archs : " aarch64"
113
+ # - os: ubuntu-20.04
114
+ # cibw_archs: "x86_64"
115
+ # - os: ubuntu-20.04
116
+ # cibw_archs: "aarch64"
117
117
- os : windows-latest
118
118
cibw_archs : " auto64"
119
- - os : macos-12
120
- cibw_archs : " x86_64"
121
- - os : macos-14
122
- cibw_archs : " arm64"
119
+ # - os: macos-12
120
+ # cibw_archs: "x86_64"
121
+ # - os: macos-14
122
+ # cibw_archs: "arm64"
123
123
124
124
steps :
125
125
- name : Set up QEMU
@@ -135,6 +135,7 @@ jobs:
135
135
path : dist/
136
136
137
137
- name : Build wheels for CPython 3.13
138
+ if : false
138
139
uses : pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
139
140
with :
140
141
package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
You can’t perform that action at this time.
0 commit comments