Skip to content

Commit 0693278

Browse files
authored
Merge pull request #3 from osmhpi/ns-3-wheel-all-py3
relax requirements for ns-3 wheel, fixes #2
2 parents 1715389 + 1cb1d5c commit 0693278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ns-3/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ done
7575
run mkdir dist2
7676
run python3 -m wheel pack -d dist2 "$ns3_patch"
7777

78-
asset_path="$base/ns-$NS3_VERSION-cp37-cp37m-linux_x86_64.whl"
78+
asset_path="$base/ns-$NS3_VERSION-py3-none-linux_x86_64.whl"
7979
run cp "dist2/ns-$NS3_VERSION-py3-none-any.whl" "$asset_path"
8080

8181
section ---------------- asset ----------------

0 commit comments

Comments
 (0)