File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 72
72
CIBW_TEST_COMMAND : python -c "from coverage.tracer import CTracer; print('CTracer OK!')"
73
73
run : |
74
74
python -m cibuildwheel --output-dir wheelhouse
75
+
76
+ - name : " List wheels"
77
+ run : |
75
78
ls -al wheelhouse/
76
79
77
80
- name : " Remove unwanted wheels"
@@ -106,6 +109,9 @@ jobs:
106
109
- name : " Build sdist"
107
110
run : |
108
111
python -m build
112
+
113
+ - name : " List tarballs"
114
+ run : |
109
115
ls -al dist/
110
116
111
117
- name : " Upload sdist"
@@ -136,6 +142,9 @@ jobs:
136
142
pypy3 -m build -w -C="--global-option=--python-tag" -C="--global-option=pp36"
137
143
pypy3 -m build -w -C="--global-option=--python-tag" -C="--global-option=pp37"
138
144
pypy3 -m build -w -C="--global-option=--python-tag" -C="--global-option=pp38"
145
+
146
+ - name : " List wheels"
147
+ run : |
139
148
ls -al dist/
140
149
141
150
- name : " Upload wheels"
@@ -185,6 +194,9 @@ jobs:
185
194
auditwheel show wheelhouse/*.whl
186
195
rm dist/*.whl
187
196
mv wheelhouse/*.whl dist/
197
+
198
+ - name : " List wheels"
199
+ run : |
188
200
ls -al dist/
189
201
190
202
- name : " Upload wheels"
You can’t perform that action at this time.
0 commit comments