Skip to content

Commit

Permalink
Remove linux wheels in favor of only manylinux wheels (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Aug 16, 2019
1 parent ca497ac commit 8983055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-dist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ done
for whl in /dd-trace-py/dist/*-linux_${ARCH}.whl;
do
auditwheel repair "${whl}" -w /dd-trace-py/dist
# Remove linux wheel since we only want the manylinux wheels
rm "${whl}"
done
EOF
)
Expand Down

0 comments on commit 8983055

Please sign in to comment.