mirror of https://github.com/kivy/kivy.git
Use pip to build wheel so it uses pyproject.toml. (#6659)
* Use pip to build wheel so it uses pyproject.toml [build wheel win] * [build wheel win]
This commit is contained in:
parent
2306a0a492
commit
3bbe62d077
|
@ -4,7 +4,7 @@ function Generate-sdist {
|
||||||
}
|
}
|
||||||
|
|
||||||
function Generate-windows-wheels {
|
function Generate-windows-wheels {
|
||||||
python setup.py bdist_wheel
|
pip wheel --no-deps . -w dist/
|
||||||
}
|
}
|
||||||
|
|
||||||
function Rename-windows-wheels {
|
function Rename-windows-wheels {
|
||||||
|
|
Loading…
Reference in New Issue