Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
maturin-version: "v1.13.3"
- name: Validate wheel ZIPs
run: python .github/scripts/validate_wheels.py # only checks dist/*.whl
- uses: uraimo/run-on-arch-action@v2.8.1
- uses: uraimo/run-on-arch-action@v3.1.0
name: Install built wheel
if: matrix.python-version == '3.10' # Only this version is available for ubuntu22.04 by default
with:
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
maturin-version: "v1.13.3"
- name: Validate wheel ZIPs
run: python .github/scripts/validate_wheels.py # only checks dist/*.whl
- uses: uraimo/run-on-arch-action@v2.8.1
- uses: uraimo/run-on-arch-action@v3.1.0
if: matrix.python-version == '3.12' # Only this version is available for alpine_latest by default
name: Install built wheel
with:
Expand Down