Skip to content

Commit

Permalink
Bump auditwheel requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
stestagg committed Dec 2, 2021
1 parent 0cbd931 commit 003b2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/make-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip wheel . -w wheelhouse/

WHEEL=wheelhouse/pytubes-*-$1-linux_x86_64.whl
auditwheel show $WHEEL
auditwheel repair --plat manylinux2010_x86_64 -w wheelhouse/ $WHEEL
auditwheel repair --plat manylinux2014_x86_64 -w wheelhouse/ $WHEEL
rm wheelhouse/pytubes-*-$1-linux_x86_64.whl

if [ ! -z x"$GITHUB_WORKSPACE" ]; then
Expand Down

0 comments on commit 003b2a5

Please sign in to comment.