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"
|
- 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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue