Skip to content

Commit

Permalink
Add merge-artifacts step
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Oct 10, 2024
1 parent 624eddd commit 4c78af8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,12 @@ jobs:
name: sdist
path: ./dist/*.tar.gz

merge-artifacts:
runs-on: ubuntu-latest
needs: [linux-build, windows-build, macos-build-aarch64, macos-build-x86_64]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: all-wheels
pattern: binary-*

0 comments on commit 4c78af8

Please sign in to comment.