Skip to content

Commit

Permalink
Disambiguate python major in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 27, 2024
1 parent 6fc7a4f commit 2b4c8fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
3.10
- name: Install non-Rust dependencies
run: |
python maintainer/install_lhapdf.py
python3 maintainer/install_lhapdf.py
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -128,7 +128,7 @@ jobs:
- name: Patch wheels
run: |
delvewheel repair dist/*
python maintainer/patch_binary_wheel.py dist/*
python3 maintainer/patch_binary_wheel.py dist/*
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2b4c8fd

Please sign in to comment.