File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -32,30 +32,15 @@ jobs:
32
32
CIBW_TEST_COMMAND : " pytest --pyargs sklearn_extra"
33
33
run : |
34
34
python -m cibuildwheel --output-dir wheelhouse
35
- - uses : actions/upload-artifact@v4
36
- with :
37
- path : ./wheelhouse/*.whl
38
-
39
- build_sdist :
40
- name : sdist
41
- runs-on : ubuntu-latest
42
- steps :
43
- - uses : actions/checkout@v2
44
-
45
- - uses : actions/setup-python@v2
46
- name : Install Python
47
- with :
48
- python-version : ' 3.10'
49
-
50
- - name : Install dependencies
51
- run : pip install setuptools cython numpy
52
35
53
36
- name : Build sdist
54
37
run : python setup.py sdist
55
38
56
39
- uses : actions/upload-artifact@v4
57
40
with :
58
- path : dist/*.tar.gz
41
+ path : |
42
+ ./wheelhouse/*.whl
43
+ ./dist/*.tar.gz
59
44
60
45
# upload_pypi:
61
46
# needs: [build_wheels, build_sdist]
You can’t perform that action at this time.
0 commit comments