From b506ecaf8436339bbf78e49de10a4e40601e6162 Mon Sep 17 00:00:00 2001 From: Samuel Kogler Date: Wed, 31 Jul 2024 08:17:13 +0200 Subject: [PATCH] Assign names to artifact uploads to avoid conflicts --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bd76bf..22aa59f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: wheels path: ./wheelhouse/*.whl build_sdist: @@ -37,4 +38,5 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: sdist path: dist/*.tar.gz