diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-10 14:45:20 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2026-04-10 14:45:20 -0400 |
| commit | 4a64c43ec5d50752811e38f1ff2b68c6be5c22ec (patch) | |
| tree | 5f057697e2496058652c287193a35304d7bf85b0 | |
| parent | d5d685b89403299adaaa914dcb8765dbaf258052 (diff) | |
| download | stasis-audit-wheel-args.tar.gz | |
Add missing --allow-pure-python-wheel argumentaudit-wheel-args
| -rw-r--r-- | src/lib/delivery/delivery_build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delivery/delivery_build.c b/src/lib/delivery/delivery_build.c index 1454d9a..0a86ec4 100644 --- a/src/lib/delivery/delivery_build.c +++ b/src/lib/delivery/delivery_build.c @@ -335,7 +335,7 @@ int delivery_build_wheels_manylinux(struct Delivery *ctx, const char *outdir) { "git config --global --add safe.directory /build\n" "python%s -m pip install auditwheel build\n" "python%s -m build -w .\n" - "auditwheel show dist/*.whl\n" + "auditwheel show --allow-pure-python-wheel dist/*.whl\n" "auditwheel repair --allow-pure-python-wheel dist/*.whl\n"; char *script = NULL; if (asprintf(&script, script_fmt, |
