mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
parent
732ef7adb7
commit
6af4eb7a45
3 changed files with 2 additions and 3 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
# TODO(charlie): Ideally, the publish step would happen as a publish job within `cargo-dist`, but
|
||||
# sharing the built image as an artifact between jobs is challenging.
|
||||
name: "[puffin] Build Docker image"
|
||||
name: "Build Docker image"
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -45,7 +45,6 @@ on:
|
|||
required: true
|
||||
default: dry-run
|
||||
type: string
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
# Run 'cargo dist plan' (or host) to determine what tasks we need to do
|
||||
|
|
|
@ -158,7 +158,7 @@ auto-includes = false
|
|||
# Whether cargo-dist should create a Github Release or use an existing draft
|
||||
create-release = true
|
||||
# Publish jobs to run in CI
|
||||
pr-run-mode = "plan"
|
||||
pr-run-mode = "skip"
|
||||
# Whether CI should trigger releases with dispatches instead of tag pushes
|
||||
dispatch-releases = true
|
||||
# Whether CI should include auto-generated code to build local artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue