Skip to content

Commit 82c707d

Browse files
authored
Update CI.yml
1 parent bc8bab9 commit 82c707d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,17 @@ jobs:
4949
- name: Build Wheels
5050
run: python -m cibuildwheel --output-dir wheelhouse
5151

52-
- name: Upload Build Artifacts
52+
- name: Build Source Distribution
53+
run: python setup.py sdist
54+
55+
- name: Upload Wheels
5356
uses: actions/upload-artifact@v2
5457
with:
5558
path: ./wheelhouse/*.whl
59+
60+
- name: Upload Source Distribution
61+
uses: actions/upload-artifact@v2
62+
with:
63+
path: ./dist/*.zip
5664

5765

0 commit comments

Comments
 (0)