Skip to content

Commit 86748d3

Browse files
committed
List all contents of wheel to facilitate debugging
1 parent 27dd25d commit 86748d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
echo -e "[bdist_wheel]\nplat_name=manylinux2014_aarch64" > $DIST_EXTRA_CONFIG
282282
python -m build --no-isolation
283283
ls -la dist/
284+
unzip -l dist/*.whl # debug all files inside wheel file
284285
- uses: uraimo/[email protected]
285286
name: Install built wheel
286287
with:
@@ -328,6 +329,7 @@ jobs:
328329
echo -e "[bdist_wheel]\nplat_name=manylinux2014_aarch64" > $DIST_EXTRA_CONFIG
329330
python -m build --no-isolation
330331
ls -la dist/
332+
unzip -l dist/*.whl # debug all files inside wheel file
331333
- uses: uraimo/[email protected]
332334
name: Install built wheel
333335
with:

0 commit comments

Comments
 (0)