We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dd25d commit 86748d3Copy full SHA for 86748d3
.github/workflows/ci.yml
@@ -281,6 +281,7 @@ jobs:
281
echo -e "[bdist_wheel]\nplat_name=manylinux2014_aarch64" > $DIST_EXTRA_CONFIG
282
python -m build --no-isolation
283
ls -la dist/
284
+ unzip -l dist/*.whl # debug all files inside wheel file
285
- uses: uraimo/[email protected]
286
name: Install built wheel
287
with:
@@ -328,6 +329,7 @@ jobs:
328
329
330
331
332
333
334
335
0 commit comments