mirror of https://github.com/astral-sh/uv
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:
parent
2de677b0d3
commit
4976a6763b
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue