From 37a19901bb3fbeb2d9486f0f2082b9dcd685791f Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:56:40 +0800 Subject: [PATCH] [U] Update build tool to work with new builder --- tools/build_pkg.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/build_pkg.sh b/tools/build_pkg.sh index 6e8ec89c..0c148e38 100755 --- a/tools/build_pkg.sh +++ b/tools/build_pkg.sh @@ -16,8 +16,9 @@ rm -rf build/ # Remove git from the source code before building rm -rf hyfetch/git/ -# Build python from setup.py -python3 setup.py sdist bdist_wheel +# Build python package +python3 -m pip install build +python3 -m build # Check twine check dist/*.tar.gz