Skip to content

Commit fe6e9d7

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

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

52-
- name: Build Source Distribution
53-
run: python setup.py sdist
54-
5552
- name: Upload Wheels
5653
uses: actions/upload-artifact@v2
5754
with:
5855
path: ./wheelhouse/*.whl
5956

57+
- name: Build Source Distribution
58+
run: python setup.py sdist
59+
6060
- name: Upload Source Distribution
6161
uses: actions/upload-artifact@v2
6262
with:

0 commit comments

Comments
 (0)