From a4508883bd3524764ae87f1da1733e8da046ccb6 Mon Sep 17 00:00:00 2001 From: Jose Luis Cercos-Pita Date: Wed, 14 Aug 2024 11:29:23 +0200 Subject: [PATCH] Missing folder --- .github/workflows/python-wheels-emulated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-wheels-emulated.yml b/.github/workflows/python-wheels-emulated.yml index 791e3138..f7f085c6 100644 --- a/.github/workflows/python-wheels-emulated.yml +++ b/.github/workflows/python-wheels-emulated.yml @@ -53,6 +53,7 @@ jobs: cmake --install build --config Release && rm -rf docs extern source tests CIBW_REPAIR_WHEEL_COMMAND_MACOS: > + mkdir -p ./wheel && tar -czf {wheel} ./wheel && ls -a ./wheel/ && otool -L ./wheel/cmoordyn.cpython-37m-darwin.so &&