mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[build] generate sdist and wheel packages using 'build' module
This commit is contained in:
parent
24d792b735
commit
4103eb9918
@ -44,9 +44,9 @@ update-dev() {
|
||||
|
||||
build-python() {
|
||||
cd "${ROOTDIR}"
|
||||
echo Building bdist_wheel and sdist
|
||||
echo Building sdist and wheel
|
||||
|
||||
python setup.py bdist_wheel sdist
|
||||
python -m build
|
||||
}
|
||||
|
||||
build-linux() {
|
||||
|
Loading…
Reference in New Issue
Block a user