Skip to content

Commit

Permalink
Try fixing macOS CLI wheel generation
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent b82b3f5 commit 4534082
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,16 @@ jobs:
3.11
3.12
3.10
- name: Install build tools
- name: Install LHAPDF
run: |
pip install delocate
- name: Install non-Rust dependencies
run: |
brew update
brew install autoconf automake libtool
python maintainer/install_lhapdf.py
brew tap davidchall/hep
brew install lhapdf
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter --manifest-path pineappl_cli/Cargo.toml
sccache: "true"
- name: Patch wheels
run: |
delocate-wheel dist/*
python maintainer/patch_binary_wheel.py dist/*
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4534082

Please sign in to comment.