We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d229545 commit ba6dfd5Copy full SHA for ba6dfd5
1 file changed
.github/workflows/build-python-release.reusable.yaml
@@ -147,7 +147,7 @@ jobs:
147
:
148
fi
149
150
- - name: Test wheels
+ - name: Test LICENSE packaging
151
run: |
152
set -euo pipefail
153
@@ -158,6 +158,7 @@ jobs:
158
uv pip install ../engine/language_client_python/dist/*.whl
159
uv pip-licenses | tee license-audit.log
160
161
+ # Due to `set -e`, this will fail if no matches are found
162
grep 'baml.*Apache-2.0' license-audit.log
163
164
- name: Upload wheels
0 commit comments