From c8b8291033d4a8860cf8ae62c3c1cd589acd394a Mon Sep 17 00:00:00 2001 From: Aman Gupta <26127617+amangupta17@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:11:47 -0700 Subject: [PATCH] fix: macOS ci build wheels env variable update --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3259c18..2288ce9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: run: | python -m cibuildwheel --platform macos --output-dir wheelhouse env: - CIBW_BEFORE_ALL_LINUX: "bash scripts/install_xerces_c.sh" + CIBW_BEFORE_ALL_MACOS: "bash scripts/install_xerces_c.sh" - uses: actions/upload-artifact@v2 with: