Skip to content
Snippets Groups Projects
Commit 599f0576 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

work

parent 3f3c0b5d
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,7 @@ function pip_install_via_setup_py() { ...@@ -32,8 +32,7 @@ function pip_install_via_setup_py() {
} }
function build_wheel() { function build_wheel() {
pip install -q build #python -m build --wheel
python -m build --wheel
pip check pip check
} }
......
...@@ -34,5 +34,8 @@ requires = [ ...@@ -34,5 +34,8 @@ requires = [
"virtualenv-clone==0.5.4", "virtualenv-clone==0.5.4",
"virtualenv==20.4.2", "virtualenv==20.4.2",
"wheel==0.36.2", "wheel==0.36.2",
"build>0.3.0",
"setuptools>=54.1.1",
"pip>=20.0.1"
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment