Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

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

- uses: pypa/cibuildwheel@v3.4
- uses: pypa/cibuildwheel@v4.0.0rc2
Comment thread
henryiii marked this conversation as resolved.
Outdated

- name: Verify clean directory
run: git diff --exit-code
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ test-command = "python {project}/tests/test.py"
enable = ["pypy", "graalpy"]
build-frontend = "build[uv]"

[[tool.cibuildwheel.overrides]]
select = ["gp311_242-win_amd64"]
repair-wheel-command = ""

Comment thread
henryiii marked this conversation as resolved.
Outdated

[tool.ruff]
show-fixes = true
Expand Down
Loading