From b05d442f34f47aee592c74e792d239478a8e7356 Mon Sep 17 00:00:00 2001 From: Linlang Date: Tue, 17 Dec 2024 15:22:43 +0800 Subject: [PATCH] fix manylinux error --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 0881ee719..2d67ff7b8 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build wheel on Linux - uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2014_aarch64 + uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2014_x86_64 with: # not supporting 3.6 due to annotations is not supported https://stackoverflow.com/a/52890129 python-versions: 'cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312'