Skip to content

Commit

Permalink
skip pypy wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored Aug 8, 2024
1 parent aca4118 commit 25712f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ line_length = 120
multi_line_output = 3
no_lines_before = "LOCALFOLDER"
sections = "FUTURE, COMPATIBILITY, STDLIB, THIRDPARTY, FIRSTPARTY, LOCALFOLDER"

[tool.cibuildwheel]
# Disable building PyPy wheels on all platforms
skip = "pp*"

0 comments on commit 25712f9

Please sign in to comment.