python3-* rebuild

This commit is contained in:
Rmys
2023-10-16 17:25:46 +03:00
parent 35cf0859e4
commit bf0b2baf1a
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
def build():
shelltools.system("python3 -m build -wn")
shelltools.system("python3 -m build -wn --skip-dependency-check")
def install():
shelltools.system("PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=%s --ignore-installed --no-deps dist/*.whl" % get.installDIR())