From 4976a6763b359844871781a71a416752f7cff9ce Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 9 Sep 2025 21:41:48 -0500 Subject: [PATCH] Fix the glob for filtering `uv_build` loongarch wheels (#15762) Introduced in https://github.com/astral-sh/uv/pull/15387 and broke the latest release. cc @SkyBird233 --- .github/workflows/publish-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 685a95a7a..21e18d684 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -50,6 +50,6 @@ jobs: path: wheels_uv_build merge-multiple: true - name: Remove wheels unsupported by PyPI - run: rm wheels_uv/*loong* + run: rm wheels_uv_build/*loong* - name: Publish to PyPI run: uv publish -v wheels_uv_build/*