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 dfeef1f commit c4c8d07
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 @@ -198,6 +198,7 @@ jobs:
args: --release --out dist -i ${{ matrix.python-version }}
maturin-version: "v1.7.4"
- name: Install built wheel
if: matrix.python-version == '3.12' # Only this version is available for alpine_latest by default
uses: addnab/docker-run-action@v3
with:
image: alpine:latest
Expand Down Expand Up @@ -239,6 +240,7 @@ jobs:
args: --release --out dist -i ${{ matrix.python-version }}
maturin-version: "v1.7.4"
- uses: uraimo/[email protected]
if: matrix.python-version == '3.12' # Only this version is available for alpine_latest by default
name: Install built wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down Expand Up @@ -281,7 +283,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.target }}-${{ matrix.python-version }}-pypy
name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.python-version }}-pypy
path: dist

release:
Expand Down

0 comments on commit c4c8d07

Please sign in to comment.