We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa56299 commit d9295feCopy full SHA for d9295fe
pyproject.toml
@@ -5,6 +5,11 @@ build-backend = "setuptools.build_meta"
5
[tool.cibuildwheel.linux]
6
environment-pass = ["GITHUB_WORKFLOW"]
7
8
+[[tool.cibuildwheel.overrides]]
9
+select = "cp3*t-*"
10
+inherit.environment = "append"
11
+environment = {"PYTHON_GIL" = "0"}
12
+
13
[project]
14
name = "test-package"
15
dynamic = ["version"]
0 commit comments