We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a71423 commit 027f8b7Copy full SHA for 027f8b7
ci/build_wheels.sh
@@ -35,7 +35,9 @@ done
35
36
# Ensure auditwheeel can see the ast_canopy library before repairing the wheels
37
export LD_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/lib64"
38
-auditwheel repair -w ../final-dist dist/*.whl
+echo "dist/ contents before auditwheel repair:"
39
+ls -1 dist/
40
+auditwheel repair -w ../final-dist dist/ast_canopy*.whl
41
42
# Now build the numbast python wheels
43
cd ../numbast
0 commit comments