Skip to content

Commit

Permalink
Fix wheel builds when cffi needs to be built from source
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 1, 2024
1 parent b0a554f commit 70c0d41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ pure-python = "false"

[tool.cibuildwheel.windows]
before-test = [] # Windows cmd has different syntax and pip chooses wheels

[tool.cibuildwheel.linux]
before-all = "yum install -y libffi-devel || apk add --upgrade libffi-dev || apt-get install libffi-dev"

0 comments on commit 70c0d41

Please sign in to comment.