Skip to content

Commit

Permalink
Add --rm to container create-args
Browse files Browse the repository at this point in the history
  • Loading branch information
KolinGuo committed Jan 16, 2024
1 parent 4d90b1c commit 9299ff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ docstring-code-format = true
skip = ["*-musllinux_*", "pp*"]
build-frontend = "build"
manylinux-x86_64-image = "kolinguo/mplib-build:latest"
container-engine = { name = "docker", create-args = ["--rm"]}

[tool.cibuildwheel.linux]
archs = ["x86_64"]

0 comments on commit 9299ff6

Please sign in to comment.