Skip to content
Snippets Groups Projects
Commit e8d9c673 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent aba3915e
No related branches found
No related tags found
2 merge requests!10Add pre commit improve tox setup,!9Draft: Add pre-commit hook and improve with better linting
Pipeline #110507 failed
Pipeline: Python Binary Wheel Package

#110509

    Pipeline: Python Binary Wheel Package

    #110508

      This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
      ......@@ -124,6 +124,6 @@ commands = [["python", "-m", "build"]]
      [tool.tox.env.build-ci-linux]
      package = "wheel"
      deps = ["-r{toxinidir}/build-requirements.txt"]
      allowlist_externals = ["docker", "which"]
      allowlist_externals = ["docker", "which", "{work_dir}/.tox/bin/python"]
      pass_env = ["DOCKER_HOST", "DOCKER_TLS_VERIFY", "DOCKER_CERT_PATH"]
      commands = [["python", "-m", "cibuildwheel", "--platform", "linux", "--output-dir", "dist"]]
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment