Skip to content

Commit

Permalink
Update musllinux commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent 0913078 commit 0e1a800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,11 @@ jobs:
options: -v ${{ github.workspace }}:/io -w /io
run: |
apk add py3-pip
python3 -m venv .venv
source .venv/bin/activate
pip3 install -U pip
pip3 install piston_rspy --no-index --find-links /io/dist/ --force-reinstall
cd dist && python3 -c "import piston_rspy"
cd /io/dist/ && python3 -c "import piston_rspy"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 0e1a800

Please sign in to comment.