mirror of https://github.com/astral-sh/uv
Update name of "Build binary" job to highlight that these are the "release" binaries (#10990)
I found this confusing since we have `build binary` jobs in regular CI
This commit is contained in:
parent
ad60f8da77
commit
e8d50153d0
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
# Assumed to run as a subworkflow of .github/workflows/release.yml; specifically, as a local
|
||||
# artifacts job within `cargo-dist`.
|
||||
name: "Build binaries"
|
||||
name: "Build release binaries"
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
|||
Loading…
Reference in New Issue