We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release.yml
1 parent 196ade5 commit fb04d54Copy full SHA for fb04d54
1 file changed
.github/workflows/release.yml
@@ -40,6 +40,11 @@ jobs:
40
environment: release
41
42
steps:
43
+ - name: Set up uv
44
+ uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
45
+ with:
46
+ version: "latest"
47
+ enable-cache: false
48
- name: Download distributions
49
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
50
with:
0 commit comments