[U] Update build tool to work with new builder
This commit is contained in:
+3
-2
@@ -16,8 +16,9 @@ rm -rf build/
|
|||||||
# Remove git from the source code before building
|
# Remove git from the source code before building
|
||||||
rm -rf hyfetch/git/
|
rm -rf hyfetch/git/
|
||||||
|
|
||||||
# Build python from setup.py
|
# Build python package
|
||||||
python3 setup.py sdist bdist_wheel
|
python3 -m pip install build
|
||||||
|
python3 -m build
|
||||||
|
|
||||||
# Check
|
# Check
|
||||||
twine check dist/*.tar.gz
|
twine check dist/*.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user