[U] Update build tool to work with new builder

This commit is contained in:
Azalea 2025-10-22 11:56:40 +08:00
parent 063679b72d
commit 37a19901bb

View File

@ -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