Skip to content

Commit 4f849db

Browse files
author
Shane Snyder
committed
attempt to get back to just 1 artifact [wheel build]
1 parent a7370f9 commit 4f849db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ jobs:
6161
with:
6262
name: pydarshan-wheels-${{ matrix.os }}
6363
path: ./wheelhouse/*.whl
64+
retention-days: 0
65+
66+
merge_artifacts:
67+
name: Merge built wheel artifacts
68+
needs: build_wheels
69+
runs-on: ubuntu-latest
70+
steps:
71+
- uses: actions/upload-artifact/merge@v4
72+
with:
73+
name: pydarshan-wheels-all

0 commit comments

Comments
 (0)