Skip to content

Commit

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

build(deps): bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1
  • Loading branch information
davidhewitt committed Feb 1, 2024
2 parents 0c557fd + 12f0001 commit 8d1d750
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 @@ -237,7 +237,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.6.0
- uses: uraimo/run-on-arch-action@v2.7.1
name: Install built wheel
with:
arch: aarch64
Expand Down Expand Up @@ -285,7 +285,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.6.0
- uses: uraimo/run-on-arch-action@v2.7.1
name: Install built wheel
with:
arch: aarch64
Expand Down

0 comments on commit 8d1d750

Please sign in to comment.