Skip to content

Commit

Permalink
Import from outside project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent e8d3471 commit dd90f61
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install built wheel - universal2
run: |
pip install piston_rspy --no-index --find-links dist --force-reinstall
python -c "import piston_rspy"
cd dist && python3 -c "import piston_rspy"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install built wheel - ${{ matrix.target }}
run: |
pip install piston_rspy --no-index --find-links dist --force-reinstall
python -c "import piston_rspy"
cd dist && python3 -c "import piston_rspy"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -137,9 +137,7 @@ 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"
cd dist && python3 -c "import piston_rspy"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -182,9 +180,7 @@ 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"
cd dist && python3 -c "import piston_rspy"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -226,9 +222,7 @@ 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"
cd dist && python3 -c "import piston_rspy"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dd90f61

Please sign in to comment.