Show More
@@ -52,3 +52,9 build/ | |||||
52 | ''' |
|
52 | ''' | |
53 | skip-string-normalization = true |
|
53 | skip-string-normalization = true | |
54 | quiet = true |
|
54 | quiet = true | |
|
55 | ||||
|
56 | ||||
|
57 | [tool.cibuildwheel] | |||
|
58 | # Don't stockpile wheels in the pip cache directory when they get built, since | |||
|
59 | # there's no mechanism to age old ones out. | |||
|
60 | build-frontend = { name = "pip", args = ["--no-cache-dir"] } |
General Comments 0
You need to be logged in to leave comments.
Login now