Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent db3aeb2 commit e8d3471
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
if: matrix.target == 'x86_64'
run: |
pip install piston_rspy --no-index --find-links dist --force-reinstall
ls -lah /home/runner/work/piston_rspy/piston_rspy
ls -lah /home/runner/work/piston_rspy/piston_rspy/piston_rspy
python -c "import piston_rspy"
- name: Upload wheels
Expand Down Expand Up @@ -180,6 +182,8 @@ jobs:
pip3 install -U pip
run: |
pip3 install piston_rspy --no-index --find-links dist/ --force-reinstall
ls -lah /home/runner/work/piston_rspy/piston_rspy
ls -lah /home/runner/work/piston_rspy/piston_rspy/piston_rspy
python3 -c "import piston_rspy"
- name: Upload wheels
Expand Down Expand Up @@ -222,6 +226,8 @@ jobs:
apk add py3-pip
pip3 install -U pip
pip3 install piston_rspy --no-index --find-links /io/dist/ --force-reinstall
ls -lah /home/runner/work/piston_rspy/piston_rspy
ls -lah /home/runner/work/piston_rspy/piston_rspy/piston_rspy
python3 -c "import piston_rspy"
- name: Upload wheels
Expand Down

0 comments on commit e8d3471

Please sign in to comment.