Skip to content

Commit

Permalink
Propagate scripts' names fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 27, 2024
1 parent 97a6bb9 commit c4fa8e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
before-script-linux: |
yum update
yum -y install gcc-c++ make
python3 maintainer/install-lhapdf.py
python3 maintainer/install_lhapdf.py
# `--find-interpreter` is needed to generate wheels for *all* Python versions
args: --release --out dist --find-interpreter --manifest-path pineappl_cli/Cargo.toml
sccache: "true"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
brew update
brew install autoconf automake libtool
python maintainer/install-lhapdf.py
python maintainer/install_lhapdf.py
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Patch wheels
run: |
delocate-wheel dist/*
python maintainer/patch-binary-wheel.py dist/*
python maintainer/patch_binary_wheel.py dist/*
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install non-Rust dependencies
run: |
choco install cygwin
python maintainer/install-lhapdf.py
python maintainer/install_lhapdf.py
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -125,7 +125,7 @@ jobs:
- name: Patch wheels
run: |
delvewheel repair dist/*
python maintainer/patch-binary-wheel.py dist/*
python maintainer/patch_binary_wheel.py dist/*
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c4fa8e0

Please sign in to comment.