Skip to content

Commit de7d9cd

Browse files
authored
Apply suggestions from code review
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent ef9e2cd commit de7d9cd

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- uses: astral-sh/setup-uv@v8.1.0
4848

49-
- uses: pypa/cibuildwheel@v4.0.0rc2
49+
- uses: pypa/cibuildwheel@v4.0
5050

5151
- name: Verify clean directory
5252
run: git diff --exit-code

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ test-command = "python {project}/tests/test.py"
1111
enable = ["pypy", "graalpy"]
1212
build-frontend = "build[uv]"
1313

14-
[[tool.cibuildwheel.overrides]]
15-
select = ["gp311_242-win_amd64"]
16-
repair-wheel-command = ""
17-
1814

1915
[tool.ruff]
2016
show-fixes = true

0 commit comments

Comments
 (0)