Skip to content

Commit

Permalink
ci: fix misplaced inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 3, 2024
1 parent fed8081 commit c925970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ environment.PIP_PREFER_BINARY = "1"

[[tool.cibuildwheel.overrides]]
select = "*pyodide*"
inherit.environment = "append"
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}

[[tool.cibuildwheel.overrides]]
select = "pp310-macosx_arm64"
inherit.environment = "append"
environment.MACOSX_DEPLOYMENT_TARGET = "14.0"


Expand Down

0 comments on commit c925970

Please sign in to comment.