mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix(ci): preserve release wheel contract parity
This commit is contained in:
parent
25987cb961
commit
2f362cfec2
2 changed files with 2 additions and 2 deletions
2
.github/scripts/verify_linux_native_wheel.py
vendored
2
.github/scripts/verify_linux_native_wheel.py
vendored
|
|
@ -139,7 +139,7 @@ def main() -> int:
|
|||
)
|
||||
report_path: Final = os.environ.get("RELEASE_WHEEL_REPORT")
|
||||
if report_path is not None:
|
||||
Path(report_path).write_text(size_report)
|
||||
Path(report_path).write_text(verified_report)
|
||||
if summary_path is not None:
|
||||
Path(summary_path).write_text(verified_report)
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test-rust.yml
vendored
2
.github/workflows/test-rust.yml
vendored
|
|
@ -132,7 +132,7 @@ jobs:
|
|||
- name: Build panic contract wheel
|
||||
run: >-
|
||||
uv build --wheel --out-dir panic-dist
|
||||
--config-setting "maturin.build-args=--features panic-test"
|
||||
--config-setting "maturin.build-args=--features panic-test,extension-module"
|
||||
|
||||
- name: Smoke-test native panic unwinding
|
||||
run: python .github/scripts/smoke_test_native_wheel.py panic-dist/*.whl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue