mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
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:
2
.github/workflows/publish-pypi.yml
vendored
2
.github/workflows/publish-pypi.yml
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user