mirror of https://github.com/astral-sh/uv
Fix upload name for macOS wheels (#12023)
These were missed in the original PR and consequently not uploaded
This commit is contained in:
parent
ef1243c6e8
commit
15bc1e7c03
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue