mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
Fix upload name for macOS wheels (#12023)
These were missed in the original PR and consequently not uploaded
This commit is contained in:
4
.github/workflows/build-binaries.yml
vendored
4
.github/workflows/build-binaries.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user