From a0ff997c849cd300e450f5bcd0ab833a0bb50247 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 1 Oct 2022 01:02:04 +0200 Subject: [PATCH] Fix ubuntu arch --- .github/workflows/PyPI-publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PyPI-publishing.yml b/.github/workflows/PyPI-publishing.yml index 5f64540a..581ce213 100644 --- a/.github/workflows/PyPI-publishing.yml +++ b/.github/workflows/PyPI-publishing.yml @@ -48,7 +48,7 @@ jobs: } - { os: ubuntu-latest, - arch: x64, + arch: aarch64, python-ver: '3.8', name: 'manylinux2014_aarch64' }