Skip to content

Commit 6d8ba95

Browse files
committed
Revert "filter out riscv64 wheels before publishing to pypi (#14009)"
This reverts commit 49b4501.
1 parent faa12f5 commit 6d8ba95

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
pattern: wheels_uv-*
2929
path: wheels_uv
3030
merge-multiple: true
31-
- name: Remove wheels unsupported by PyPI
32-
run: rm wheels_uv/*riscv*
3331
- name: Publish to PyPI
3432
run: uv publish -v wheels_uv/*
3533

@@ -49,7 +47,5 @@ jobs:
4947
pattern: wheels_uv_build-*
5048
path: wheels_uv_build
5149
merge-multiple: true
52-
- name: Remove wheels unsupported by PyPI
53-
run: rm wheels_uv_build/*riscv*
5450
- name: Publish to PyPI
5551
run: uv publish -v wheels_uv_build/*

0 commit comments

Comments
 (0)