From c60fe6f394e539e4d098dc7733ae68011dd99596 Mon Sep 17 00:00:00 2001 From: Frank Harrison Date: Thu, 28 Nov 2024 13:39:03 +0000 Subject: [PATCH] chore(actions): flattens the wheel atrifacts upload ... instead of python-platform specific dirs - like "cibw-wheels-cp313-manylinux_x86_64/" for instance - we put the files at the root, which should put them all side-by-side and reduce the amount of wrangling we need to do later. --- .github/workflows/wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index eb2b310..70363cb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -58,7 +58,6 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.only }} path: ./wheelhouse/*.whl collate-wheels: