From ca7bb0b99adf8e74fced347dda147a6a11419d35 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Wed, 15 May 2024 01:58:26 -0400 Subject: [PATCH] Search for wheels elsewhere --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 670c2588..9658442a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -32,5 +32,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} - path: ./wheelhouse/*.whl - working-directory: wrappers/pyrichdem + path: ./wrappers/pyrichdem/wheelhouse/*.whl