Skip to content

Commit

Permalink
[dartpy] Clean up pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 17, 2024
1 parent 9e53632 commit 475aa1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ environment-pass = ["DART_IN_CI"]

[tool.cibuildwheel.macos]
archs = ["auto64"] # TODO: Add universal2 and arm64
environment = { HOMEBREW_NO_INSTALL_CLEANUP = 1 }
before-all = [
"brew update > /dev/null",
"brew bundle || brew bundle",
Expand All @@ -83,6 +82,3 @@ before-all = [

[tool.cibuildwheel.windows]
archs = ["AMD64", "ARM64"]

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"

0 comments on commit 475aa1e

Please sign in to comment.