From 15bc1e7c032d01409faa511d50b963edfc9f4059 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 6 Mar 2025 16:53:29 -0600 Subject: [PATCH] Fix upload name for macOS wheels (#12023) These were missed in the original PR and consequently not uploaded --- .github/workflows/build-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 313c4ec94..c6a39d938 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -110,7 +110,7 @@ jobs: - name: "Upload wheels" uses: actions/upload-artifact@v4 with: - name: wheels-macos-x86_64 + name: wheels_uv-macos-x86_64 path: dist - name: "Archive binary" run: | @@ -170,7 +170,7 @@ jobs: - name: "Upload wheels" uses: actions/upload-artifact@v4 with: - name: wheels-aarch64-apple-darwin + name: wheels_uv-aarch64-apple-darwin path: dist - name: "Archive binary" run: |