fix(ci): preserve release wheel contract parity

This commit is contained in:
Yujong Lee 2026-08-31 14:59:03 -07:00 committed by GitHub
parent 25987cb961
commit 2f362cfec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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