From 30b15361e5b38981ac3e7a273031bc68a38e64e3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 23 Jul 2025 16:52:37 -0500 Subject: [PATCH] Publish riscv64 wheels to PyPI (#14852) This reverts commit 49b450109b825ec8fdec7600c2a8f763496f70b7 from https://github.com/astral-sh/uv/pull/14009 following https://github.com/pypi/warehouse/pull/18390 --- .github/workflows/publish-pypi.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index f6e4b1b4a..7897aa245 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -28,8 +28,6 @@ jobs: pattern: wheels_uv-* path: wheels_uv merge-multiple: true - - name: Remove wheels unsupported by PyPI - run: rm wheels_uv/*riscv* - name: Publish to PyPI run: uv publish -v wheels_uv/* @@ -49,7 +47,5 @@ jobs: pattern: wheels_uv_build-* path: wheels_uv_build merge-multiple: true - - name: Remove wheels unsupported by PyPI - run: rm wheels_uv_build/*riscv* - name: Publish to PyPI run: uv publish -v wheels_uv_build/*