Skip to content

Commit 2266b03

Browse files
committed
fix config
1 parent f892ebb commit 2266b03

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
ls wheelhouse/*cp313*.whl
9090
ls wheelhouse/*cp314*.whl
9191
# Free-threading builds:
92-
ls wheelhouse/*cp313t*.whl
9392
ls wheelhouse/*cp314t*.whl
9493
9594
- uses: actions/upload-artifact@v4

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ partial_branches = ["if (.*and +)*not _use_c( and.*)*:"]
261261
directory = "htmlcov"
262262

263263
[tool.cibuildwheel]
264-
# Enable free-threaded support
265-
free-threaded-support = true
266264
skip = "pp* *-musllinux*"
267265
build-frontend = "build"
268266
test-command = "python {project}/tools/fail_if_no_c.py"

0 commit comments

Comments
 (0)