We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
merge-multipole
1 parent 9bc5787 commit 8379cfaCopy full SHA for 8379cfa
1 file changed
.github/workflows/wheels.yml
@@ -217,10 +217,8 @@ jobs:
217
218
- uses: actions/download-artifact@v4
219
with:
220
- path: dist_artifacts
221
-
222
- - name: Flatten artifacts to dist/
223
- run: mkdir dist && find dist_artifacts -type f -exec mv {} dist \;
+ path: dist
+ merge-multiple: true
224
225
# Upload to PyPI
226
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments