From 8af2feccbb17144c03eabac00b6b4252210a8969 Mon Sep 17 00:00:00 2001 From: Matt Green Date: Tue, 29 Oct 2024 12:38:06 -0700 Subject: [PATCH] try armv7 --- .github/workflows/python.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7be8248..39f9651 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -61,8 +61,8 @@ jobs: target: x86_64 - runner: ubuntu-latest target: aarch64 - # - runner: ubuntu-latest - # target: armv7 + - runner: ubuntu-latest + target: armv7 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -76,7 +76,6 @@ jobs: # sccache: 'true' manylinux: musllinux_1_2 rust-toolchain: 1.81.0 - # before-script-linux: | # - name: Upload wheels # uses: actions/upload-artifact@v4