Fix upload name for macOS wheels (#12023)

These were missed in the original PR and consequently not uploaded
This commit is contained in:
Zanie Blue 2025-03-06 16:53:29 -06:00 committed by GitHub
parent ef1243c6e8
commit 15bc1e7c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ jobs:
- name: "Upload wheels" - name: "Upload wheels"
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: wheels-macos-x86_64 name: wheels_uv-macos-x86_64
path: dist path: dist
- name: "Archive binary" - name: "Archive binary"
run: | run: |
@ -170,7 +170,7 @@ jobs:
- name: "Upload wheels" - name: "Upload wheels"
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: wheels-aarch64-apple-darwin name: wheels_uv-aarch64-apple-darwin
path: dist path: dist
- name: "Archive binary" - name: "Archive binary"
run: | run: |