We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1715389 + 1cb1d5c commit 0693278Copy full SHA for 0693278
1 file changed
ns-3/build.sh
@@ -75,7 +75,7 @@ done
75
run mkdir dist2
76
run python3 -m wheel pack -d dist2 "$ns3_patch"
77
78
-asset_path="$base/ns-$NS3_VERSION-cp37-cp37m-linux_x86_64.whl"
+asset_path="$base/ns-$NS3_VERSION-py3-none-linux_x86_64.whl"
79
run cp "dist2/ns-$NS3_VERSION-py3-none-any.whl" "$asset_path"
80
81
section ---------------- asset ----------------
0 commit comments