mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-21 17:24:51 -05:00
[U] Update build tool to work with new builder
This commit is contained in:
parent
063679b72d
commit
37a19901bb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user