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 efe0429
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .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:
path: ./wheelhouse/*.whl
name: wheels-${{ matrix.os }}
path: wheelhouse/*.whl

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

0 comments on commit efe0429

Please sign in to comment.