From 72a9dc9b5f1ce70050ceb22071c0784c12306cf2 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 11 Jan 2024 16:29:02 -0800 Subject: [PATCH] test22 Signed-off-by: Cary Phillips --- .github/workflows/python-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index d20179e13f..6ecc44707c 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -122,6 +122,7 @@ jobs: run: | find . cd src/wrappers/python + cat setup.py env CMAKE_PREFIX_PATH=${{github.workspace}}/_install python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v3