Skip to content

Commit

Permalink
All artefacts in one place
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent b49b0e9 commit 9660323
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

0 comments on commit 9660323

Please sign in to comment.