From 475aa1e3c1b27d9336e7b9439daae43da5dd0244 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee Date: Sat, 16 Mar 2024 09:57:41 -0700 Subject: [PATCH] [dartpy] Clean up pyproject.toml --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f43d753c73d57..9cf46eaa14a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -83,6 +82,3 @@ before-all = [ [tool.cibuildwheel.windows] archs = ["AMD64", "ARM64"] - -[[tool.cibuildwheel.overrides]] -select = "*-musllinux*"