Skip to content

Commit cb680dc

Browse files
committed
Download wheels and sdist separately before publishing to PyPI
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 61550ea commit cb680dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,16 @@ jobs:
359359
- name: Download distribution files
360360
uses: actions/download-artifact@v6
361361
with:
362+
pattern: dist-packages-*/*.whl
362363
path: dist
364+
merge-multiple: true
365+
366+
- name: Download distribution files
367+
uses: actions/download-artifact@v6
368+
with:
369+
pattern: dist-packages-*/*.whl
370+
path: dist
371+
merge-multiple: true
363372

364373
- name: Publish the Python distribution to PyPI
365374
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)