-
Now that the CI is mature we can turn on auditwheel in the nightly builder and publish to PyPi. Someone with admin rights (@silvasean or @dellis23 or @stellaraccident ) will have to put in the PyPI AP…
-
Hey, I noticed that https://github.com/ryanking13/auditwheel-emscripten/blob/main/.github/workflows/deploy.yml#L32 uses a long-living secret. It's not needed anymore, since the spring.
My PyPUG guide…
-
The CUDA 11.0 build in #56 bloats the wheel package size from 85.5 MB to 216.5 MB. Needs to investigate file size reduction.
-
This is basically a duplicate of closed issue: #100
Right now I'm just patching `policy.json` in the virtual environment containing `auditwheel`, so the internals are there already.
Use case he…
-
import klayout
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import klayout
…
-
uv should provide its own build backend. This issue tracks this work, it will become more granular as more things are implemented.
## TODO
- [x] Support all pyproject.toml METADATA
- [x] Support PEP…
-
### Description of Issue
Shared libraries packaged into the bundle are too big because they are not stripped
### Steps to Reproduce
1. `pip3.9 install usd-core`
2. Examine e.g. `libusd_usd-*.s…
-
delocate is the equivalent of auditwheel for macOS.
-
Our CI started failing today using the `manylinux2014` image. Given the symptom and the `dist-info` diff of a single installation (A/D seems to be backwards from what I'd expect):
```
% podman dif…
-
See https://github.com/pypa/cibuildwheel/issues/934 and https://github.com/pypa/manylinux/pull/1225 and https://discuss.python.org/t/a-mess-with-soabi-tags-on-musllinux/11688 - all muslllinux wheels …