We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e66518 commit f21ef63Copy full SHA for f21ef63
.github/workflows/ci.yml
@@ -277,7 +277,7 @@ jobs:
277
python -m build --no-isolation
278
ls -la dist/
279
unzip -l dist/*.whl # debug all files inside wheel file
280
- - uses: uraimo/run-on-arch-action@v3.0.0
+ - uses: uraimo/run-on-arch-action@v3.0.1
281
name: Install built wheel
282
with:
283
arch: aarch64
@@ -327,7 +327,7 @@ jobs:
327
328
329
330
331
332
333
0 commit comments