We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9dadb commit 8f8f412Copy full SHA for 8f8f412
1 file changed
.github/workflows/build-python-release.reusable.yaml
@@ -148,15 +148,15 @@ jobs:
148
fi
149
150
- name: Install uv
151
- uses: astral-sh/setup-uv@v1
+ uses: astral-sh/setup-uv@v6
152
153
- name: Test LICENSE packaging
154
run: |
155
set -euo pipefail
156
157
mkdir -p ../python-license-test
158
cd ../python-license-test
159
- uv init -- --bare --python 3.10
+ uv init --bare --python 3.10
160
uv add pip-licenses-cli
161
uv pip install ../engine/language_client_python/dist/*.whl
162
uv pip-licenses | tee license-audit.log
0 commit comments