aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-04-10 14:46:46 -0400
committerGitHub <noreply@github.com>2026-04-10 14:46:46 -0400
commit2258cd05bcded0125136c17d51568831ac421bf7 (patch)
tree5f057697e2496058652c287193a35304d7bf85b0
parentd5d685b89403299adaaa914dcb8765dbaf258052 (diff)
parent4a64c43ec5d50752811e38f1ff2b68c6be5c22ec (diff)
downloadstasis-2258cd05bcded0125136c17d51568831ac421bf7.tar.gz
Merge pull request #133 from jhunkeler/audit-wheel-args
Add missing --allow-pure-python-wheel argument
-rw-r--r--src/lib/delivery/delivery_build.c2
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,