Skip to content

Commit

Permalink
Use python3 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Mar 17, 2023
1 parent 4383d28 commit ad875a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
mkdir wheelhouse-1
for i in wheelhouse/*; do
python -mwheel unpack $i
python -mwheel pack triton-2.0.0 --build-number 1 --dest-dir wheelhouse-1
python3 -mwheel unpack $i
python3 -mwheel pack triton-2.0.0 --build-number 1 --dest-dir wheelhouse-1
rm -rf triton-2.0.0
done
Expand Down

0 comments on commit ad875a6

Please sign in to comment.