From 8a90e49c32bbda6702db35e18631d3b6017e529c Mon Sep 17 00:00:00 2001 From: hvasbath Date: Sun, 29 Sep 2024 00:11:06 +0200 Subject: [PATCH] v4 pypi actions artifact name fix3 --- .github/workflows/build-wheels.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-wheels.yaml b/.github/workflows/build-wheels.yaml index 93bd131f..ad5e5889 100644 --- a/.github/workflows/build-wheels.yaml +++ b/.github/workflows/build-wheels.yaml @@ -24,6 +24,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: artifact-${{ matrix.os }} path: ./wheelhouse/*.whl build_sdist: