We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f23d18 commit cd80b72Copy full SHA for cd80b72
1 file changed
.github/workflows/release.yml
@@ -79,6 +79,8 @@ jobs:
79
runs-on: ubuntu-latest
80
environment: test-pypi
81
steps:
82
+ - uses: astral-sh/setup-uv@v4
83
+
84
- uses: actions/download-artifact@v4
85
with:
86
name: dist
@@ -104,6 +106,8 @@ jobs:
104
106
105
107
environment: pypi
108
109
110
111
112
113
0 commit comments