We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9e2cd commit de7d9cdCopy full SHA for de7d9cd
2 files changed
.github/workflows/wheels.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- uses: astral-sh/setup-uv@v8.1.0
48
49
- - uses: pypa/cibuildwheel@v4.0.0rc2
+ - uses: pypa/cibuildwheel@v4.0
50
51
- name: Verify clean directory
52
run: git diff --exit-code
pyproject.toml
@@ -11,10 +11,6 @@ test-command = "python {project}/tests/test.py"
11
enable = ["pypy", "graalpy"]
12
build-frontend = "build[uv]"
13
14
-[[tool.cibuildwheel.overrides]]
15
-select = ["gp311_242-win_amd64"]
16
-repair-wheel-command = ""
17
-
18
19
[tool.ruff]
20
show-fixes = true
0 commit comments