From 3f52f734659a68e6fc350def0625a7fc33e644ae Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 17 Dec 2024 10:46:43 +0100 Subject: [PATCH] Build: Clean up artefact uploading. for tool version v4. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aa1336..a0a50eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ matrix.image }} - path: dist/*-m*linux*.whl # manylinux / musllinux + path: dist/ # manylinux / musllinux if-no-files-found: ignore other: @@ -172,6 +172,6 @@ jobs: - name: Archive Wheels uses: actions/upload-artifact@v4 with: - name: ${{ matrix.os }}-wheels + name: ${{ matrix.os }}-${{ matrix.python-version }}-wheels path: dist/*.whl if-no-files-found: ignore