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