print wheel build size (#11714)

This commit is contained in:
chenyu
2025-08-18 11:29:47 -07:00
committed by GitHub
parent b518a7378a
commit c10e4c4e20

View File

@@ -46,6 +46,11 @@ jobs:
with:
deps: docs
pydeps: "capstone"
- name: Build wheel and show size
run: |
pip install build
python -m build --wheel --outdir dist
ls -l dist/*.whl
- name: Use as an external package
run: |
mkdir $HOME/test_external_dir