diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 17d81a5f..0bcd6a1c 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