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 950c3bc commit 6333276
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,14 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist
args: --release --out dist -i ${{ matrix.python-version }}
maturin-version: "v1.7.4"
- uses: uraimo/run-on-arch-action@v2.0.5
if: matrix.target != 'ppc64'
name: Install built wheel
with:
arch: ${{ matrix.target }}
Expand Down

0 comments on commit 6333276

Please sign in to comment.