pypa / cibuildwheel

🎡 Build Python wheels for all the platforms with minimal configuration.
https://cibuildwheel.pypa.io
Other
1.84k stars 235 forks source link

extra emtpy `package.libs` directory included in wheel #1847

Closed trim21 closed 4 months ago

trim21 commented 4 months ago

Description

I'm using cibuildwheel to build linux package, but it include extra empty package.libs directory in wheel

This doesn't happen if I call python -m build or pip wheel .

image

Build log

https://github.com/trim21/bencode-py/actions/runs/9325406491/job/25672368494

CI config

https://github.com/trim21/bencode-py/blob/cdda8c22a5f8a0768b8e8df220ce4d56ebccccdd/.github/workflows/_build_wheels.yaml#L45-L50

trim21 commented 4 months ago

bug of auditwheel