Skip to content

Commit 9e5b151

Browse files
committed
publish sdist to PyPI alongside wheels
1 parent 4699d1d commit 9e5b151

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,12 @@ jobs:
602602
merge-multiple: true
603603
path: dist
604604

605+
- name: Download sdist from artifact storage
606+
uses: actions/download-artifact@v4
607+
with:
608+
name: sdist
609+
path: dist
610+
605611
- name: Setup Python
606612
uses: actions/setup-python@v5
607613

0 commit comments

Comments
 (0)