Skip to content

Commit

Permalink
Merge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jun 3, 2024
1 parent 9db0637 commit e86995f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ jobs:
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
merge:
runs-on: ubuntu-latest
needs: [build_wheels_macos, build_wheels_linux]
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
delete-merged: true

0 comments on commit e86995f

Please sign in to comment.