Skip to content

Commit

Permalink
upd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Oct 27, 2024
1 parent 136ffa9 commit dfeef1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ jobs:
image: alpine:latest
options: -v ${{ github.workspace }}:/io -w /io
run: |
apk add --break-system-packages py3-pip
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall
apk add py3-pip
pip3 install ${{ env.PACKAGE_NAME }} --break-system-packages --no-index --find-links /io/dist/ --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -245,9 +245,9 @@ jobs:
distro: alpine_latest
githubToken: ${{ github.token }}
install: |
apk add --break-system-packages py3-pip
apk add py3-pip
run: |
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
pip3 install ${{ env.PACKAGE_NAME }} --break-system-packages --no-index --find-links dist/ --force-reinstall
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dfeef1f

Please sign in to comment.