From 966032383f91d89401f3eb2df15248cf1b11dd5d Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Mon, 11 Mar 2024 00:10:57 -0700 Subject: [PATCH] All artefacts in one place --- .github/workflows/wheels.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 17d81a5..0bcd6a1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -39,8 +39,6 @@ jobs: name: ${{ matrix.os }}-${{ matrix.pyversions }} path: dist/*.whl - - uses: actions/download-artifact@v4 - build_macosx_wheels: name: Build wheels on ${{ matrix.os }} for Python ${{ matrix.pyversions }} runs-on: ${{ matrix.os }} @@ -80,3 +78,9 @@ jobs: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}-py${{ matrix.pyversions }} path: dist/*.whl + gather_wheels: + needs: build_ubuntu_wheels + name: Gathers built wheels + runs-on: ubuntu-latest + steps: + - uses: actions/download-artifact@v4