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
This commit is contained in:
Zanie Blue 2025-09-09 21:41:48 -05:00 committed by GitHub
parent 2de677b0d3
commit 4976a6763b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/*