Skip to content

Commit

Permalink
MERGEBACK: fix wheel upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Sep 18, 2024
1 parent fc46654 commit 38e342a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,15 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

merge:
runs-on: ubuntu-latest
needs: build_wheels
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: all-wheels
pattern: wheels-*

0 comments on commit 38e342a

Please sign in to comment.