Skip to content

Commit ba5751c

Browse files
committed
Fix repack script paths
1 parent bfa77de commit ba5751c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/repack-bundled-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ patch_wheel() {
7777
rm -rf "$tmpdir"
7878
}
7979

80-
patch_wheel setuptools graalpython/lib-graalpython/patches/setuptools/whl/setuptools-63.patch
81-
patch_wheel pip graalpython/lib-graalpython/patches/pip/whl/pip-22.2.2.patch
80+
patch_wheel setuptools graalpython/lib-graalpython/patches/setuptools/setuptools-63.patch
81+
patch_wheel pip graalpython/lib-graalpython/patches/pip/pip-22.2.2.patch

0 commit comments

Comments
 (0)