K0lb3 / UnityPy

UnityPy is python module that makes it possible to extract/unpack and edit Unity assets
MIT License
771 stars 114 forks source link

Renamed linux wheels with proper platform tags #160

Closed squaresmile closed 1 year ago

squaresmile commented 1 year ago

Normally auditwheel will rename the wheels on linux. Since we don't use auditwheel, we would need to rename the files ourselves.

This is pretty fragile since build output can change in the future. Hopefully by pinning cibuildwheel to the exact version, it doesn't change too much.