Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

fix: typo #1581

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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