From d7ea46d8a8508e6696d16d40816b1649a2ed122a Mon Sep 17 00:00:00 2001 From: Sebastian-Keith Date: Fri, 13 Mar 2026 15:29:46 +0800 Subject: [PATCH] [BUG]: fix indention bug in workflow file - publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 73f495e..48eec8f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: ./build.sh --mode=release --clean --py_ver ${{ env.PYTHON_VERSION }} - name: Install auditwheel - run: pip install auditwheel patchelf + run: pip install auditwheel patchelf - name: Repair wheel (linux → manylinux) run: |