From e55718c79e051d67eea98a1e1ff56674577c215d Mon Sep 17 00:00:00 2001 From: dante <45801863+alexander-camuto@users.noreply.github.com> Date: Mon, 13 May 2024 13:15:21 +0900 Subject: [PATCH] rm i686 --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a8d6a5321..d65584dfd 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -111,7 +111,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') strategy: matrix: - target: [x86_64, i686] + target: [x86_64] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4