Skip to content

Commit

Permalink
fix: typo (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x804d8000 committed Nov 16, 2023
1 parent 252463f commit a91f149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manywheel/build_libtorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ for pkg in /$LIBTORCH_HOUSE_DIR/libtorch*.zip; do
fi

# zip up the wheel back
zip -rq $(basename $pkg) $PREIX*
zip -rq $(basename $pkg) $PREFIX*

# replace original wheel
rm -f $pkg
Expand Down

0 comments on commit a91f149

Please sign in to comment.