From fdbf91a5413bf29658ba2a938206e9c796170a6a Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Wed, 31 Jan 2024 12:34:37 +0000 Subject: [PATCH] Artifacts need unique names --- .github/workflows/build_upload_pypi_wheels.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_upload_pypi_wheels.yml b/.github/workflows/build_upload_pypi_wheels.yml index 1db48998a..e94f4ea0f 100644 --- a/.github/workflows/build_upload_pypi_wheels.yml +++ b/.github/workflows/build_upload_pypi_wheels.yml @@ -90,7 +90,7 @@ jobs: - name: Upload wheels as build artifacts uses: actions/upload-artifact@v4 with: - name: binary-wheels + name: wheel-${{ matrix.wheelname }}-${{ matrix.python-version }} path: wheelhouse/*-${{ matrix.wheelname }}*.whl publish: @@ -108,12 +108,7 @@ jobs: with: fetch-depth: 0 # Ensure tags are fetched for versioning - - name: Download source package to Ubuntu environment - uses: actions/download-artifact@v4 - with: - path: dist/ - - - name: Download binary artifacts to Ubuntu environment + - name: Download artifacts to Ubuntu environment uses: actions/download-artifact@v4 with: path: dist/