1 parent ad5e7da commit db0dbe2Copy full SHA for db0dbe2
1 file changed
pyproject.toml
@@ -49,6 +49,9 @@ test-command=[
49
'rm -rf "{project}/temp"',
50
]
51
52
+[tool.cibuildwheel.linux]
53
+environment-pass = ["CI", "GITHUB_ACTIONS"]
54
+
55
[tool.ruff]
56
line-length = 120
57
extend-exclude=["quadint-stubs"]
0 commit comments