Skip to content

Commit

Permalink
Fixes gathering of wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent e9b1ad7 commit b49b0e9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ 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 @@ -78,8 +80,3 @@ jobs:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}-py${{ matrix.pyversions }}
path: dist/*.whl

gather_wheels:
name: Gathers built wheels
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4

0 comments on commit b49b0e9

Please sign in to comment.