ci: fix release workflows for uv (#4053)

This commit is contained in:
Jordan Frazier 2024-10-07 14:41:19 -07:00 committed by GitHub
commit 4a574da0c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 25 additions and 69 deletions

View file

@ -1,10 +1,5 @@
name: "Setup uv"
description: "Checks out code, installs uv, and sets up Python environment"
inputs:
ref:
description: "Reference to check out"
required: false
default: "github.ref"
runs:
using: "composite"