From bf651b797600e6b5e4cd722f34b970c4dc05efc2 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Wed, 7 Feb 2024 11:54:11 +0100 Subject: [PATCH] ci: provide name for uploading artifact to avoid duplicate names --- .github/workflows/pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index fa1626f..aab3daa 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -22,6 +22,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl build_sdist: