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 f892ebb commit 2266b03Copy full SHA for 2266b03
.github/workflows/dist.yml
@@ -89,7 +89,6 @@ jobs:
89
ls wheelhouse/*cp313*.whl
90
ls wheelhouse/*cp314*.whl
91
# Free-threading builds:
92
- ls wheelhouse/*cp313t*.whl
93
ls wheelhouse/*cp314t*.whl
94
95
- uses: actions/upload-artifact@v4
pyproject.toml
@@ -261,8 +261,6 @@ partial_branches = ["if (.*and +)*not _use_c( and.*)*:"]
261
directory = "htmlcov"
262
263
[tool.cibuildwheel]
264
-# Enable free-threaded support
265
-free-threaded-support = true
266
skip = "pp* *-musllinux*"
267
build-frontend = "build"
268
test-command = "python {project}/tools/fail_if_no_c.py"
0 commit comments