We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c707d commit fe6e9d7Copy full SHA for fe6e9d7
1 file changed
.github/workflows/CI.yml
@@ -49,14 +49,14 @@ jobs:
49
- name: Build Wheels
50
run: python -m cibuildwheel --output-dir wheelhouse
51
52
- - name: Build Source Distribution
53
- run: python setup.py sdist
54
-
55
- name: Upload Wheels
56
uses: actions/upload-artifact@v2
57
with:
58
path: ./wheelhouse/*.whl
59
+ - name: Build Source Distribution
+ run: python setup.py sdist
+
60
- name: Upload Source Distribution
61
62
0 commit comments