From 59853d070bb3f1ccbe9b7b169b13258f2106a7f1 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 29 Aug 2024 10:41:03 -0700 Subject: [PATCH] Update nightly.yaml create build artifacts --- scripts/nightly.yaml | 90 ++++++++++---------------------------------- 1 file changed, 20 insertions(+), 70 deletions(-) diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 0de2d3ed6..8198d3437 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -180,6 +180,15 @@ stages: - script: "pip install build git+https://github.com/rhelmot/auditwheel" # @TODO remove when patches make it upstream - script: "cd src/api/python && python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.." - script: "pip install ./src/api/python/wheelhouse/*.whl && python -