Skip to content

Commit

Permalink
Merge pull request #67 from amangupta17/fix-macos-wheel-build
Browse files Browse the repository at this point in the history
fix: macOS ci build wheels env variable update
  • Loading branch information
dancergraham authored Jul 26, 2024
2 parents 3252687 + c8b8291 commit 7aa9bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7aa9bb9

Please sign in to comment.