-
- Downloads
fix
parent
64dfb80a
Branches
Tags
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
... | @@ -125,6 +125,6 @@ commands = [["python", "-m", "build"]] | ... | @@ -125,6 +125,6 @@ commands = [["python", "-m", "build"]] |
[tool.tox.env.build-ci-linux] | [tool.tox.env.build-ci-linux] | ||
package = "wheel" | package = "wheel" | ||
deps = ["-r{toxinidir}/build-requirements.txt"] | deps = ["-r{toxinidir}/build-requirements.txt"] | ||
allowlist_externals = ["docker"] | allowlist_externals = ["docker", "which"] | ||
|
|||
pass_env = ["DOCKER_HOST", "DOCKER_TLS_VERIFY", "DOCKER_CERT_PATH"] | pass_env = ["DOCKER_HOST", "DOCKER_TLS_VERIFY", "DOCKER_CERT_PATH"] | ||
commands = [["python", "-m", "cibuildwheel", "--platform", "linux", "--output-dir", "dist"]] | commands = [["python", "-m", "cibuildwheel", "--platform", "linux", "--output-dir", "dist"]] |