From 7422d819a3fec495dc8f41a33c4b6d6e221a0d37 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Fri, 15 Aug 2025 09:49:47 -0700 Subject: [PATCH] remove upload artifact for azure-pipeline Signed-off-by: Nikolaj Bjorner --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 180ad7437..6368afdb4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,15 +56,6 @@ jobs: - script: "pip install build git+https://github.com/rhelmot/auditwheel" - 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 -