Skip to content

Commit 8f8f412

Browse files
committed
use a recent version of uv
1 parent 2b9dadb commit 8f8f412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-python-release.reusable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ jobs:
148148
fi
149149
150150
- name: Install uv
151-
uses: astral-sh/setup-uv@v1
151+
uses: astral-sh/setup-uv@v6
152152

153153
- name: Test LICENSE packaging
154154
run: |
155155
set -euo pipefail
156156
157157
mkdir -p ../python-license-test
158158
cd ../python-license-test
159-
uv init -- --bare --python 3.10
159+
uv init --bare --python 3.10
160160
uv add pip-licenses-cli
161161
uv pip install ../engine/language_client_python/dist/*.whl
162162
uv pip-licenses | tee license-audit.log

0 commit comments

Comments
 (0)