We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b99d7b commit d685825Copy full SHA for d685825
1 file changed
.github/workflows/wheels.yaml
@@ -213,6 +213,7 @@ jobs:
213
uses: actions/download-artifact@v4
214
with:
215
path: dist
216
+ merge-multiple: true
217
218
- name: Check wheel size
219
shell: bash
@@ -245,6 +246,7 @@ jobs:
245
246
247
248
249
250
251
- name: Publish to PyPI
252
uses: pypa/gh-action-pypi-publish@v1.8.11
0 commit comments