We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c7b02 commit 76074b7Copy full SHA for 76074b7
1 file changed
setup.py
@@ -29,7 +29,7 @@
29
)
30
31
wheels = os.listdir("dist")
32
-platform = "linux_x86_64"
+platform = "auto"
33
subprocess.run(["python", "-m", "pip", "install", "--user", "auditwheel", "patchelf>=0.14"])
34
for wheel in [x for x in wheels if x.endswith(".whl")]:
35
subprocess.run(["python", "-m", "auditwheel", "repair", "--plat", platform, f"dist/{wheel}"])
0 commit comments