Skip to content

Commit

Permalink
Patch CLI wheels with auditwheel and delocate
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 26, 2024
1 parent 8ceef17 commit a52ad6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
# *all* Python versions
maturin build --release --out dist --find-interpreter \
--manifest-path pineappl_cli/Cargo.toml
- name: Patch wheels
run: |
auditwheel repair dist/*
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -84,6 +87,9 @@ jobs:
# *all* Python versions
maturin build --release --out dist --find-interpreter \
--manifest-path pineappl_cli/Cargo.toml
- name: Patch wheels
run: |
delocate-wheel dist/*
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a52ad6a

Please sign in to comment.