Skip to content

Commit

Permalink
Merge pull request #485 from PyO3/dependabot/github_actions/uraimo/ru…
Browse files Browse the repository at this point in the history
…n-on-arch-action-2.8.1

build(deps): bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1
  • Loading branch information
davidhewitt authored Nov 1, 2024
2 parents af2daf7 + faface9 commit 2ff7189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
python -m build --no-isolation
ls -la dist/
unzip -l dist/*.whl # debug all files inside wheel file
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: uraimo/run-on-arch-action@v2.8.1
name: Install built wheel
with:
arch: aarch64
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
python -m build --no-isolation
ls -la dist/
unzip -l dist/*.whl # debug all files inside wheel file
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: uraimo/run-on-arch-action@v2.8.1
name: Install built wheel
with:
arch: aarch64
Expand Down

0 comments on commit 2ff7189

Please sign in to comment.