Skip to content

Commit 8379cfa

Browse files
authored
Simplify download-artifact usage thanks to v4.1 merge-multipole input (GraphBLAS#122)
1 parent 9bc5787 commit 8379cfa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/wheels.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,8 @@ jobs:
217217

218218
- uses: actions/download-artifact@v4
219219
with:
220-
path: dist_artifacts
221-
222-
- name: Flatten artifacts to dist/
223-
run: mkdir dist && find dist_artifacts -type f -exec mv {} dist \;
220+
path: dist
221+
merge-multiple: true
224222

225223
# Upload to PyPI
226224
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)