File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,25 +4,11 @@ on: [pull_request, release]
44
55jobs :
66
7- build_sdist :
8- runs-on : ubuntu-latest
9-
10- steps :
11- - uses : actions/checkout@v4
12-
13- - run : pipx run build --sdist
14-
15- - uses : actions/upload-artifact@v4
16- with :
17- name : sdist
18- path : dist/*.tar.gz
19-
20-
217 build_wheels :
228 runs-on : ${{ matrix.os }}
239 strategy :
2410 matrix :
25- os : [ubuntu-latest, windows_latest]
11+ os : [windows_latest]
2612
2713 steps :
2814 - uses : actions/checkout@v4
3218 - uses : actions/upload-artifact@v4
3319 with :
3420 name : wheels-${{ matrix.os }}
35- path : ./wheelhouse/*.whl
21+ path : ./wheelhouse/*.whl
22+
23+ build_sdist :
24+ runs-on : ubuntu-latest
25+
26+ steps :
27+ - uses : actions/checkout@v4
28+
29+ - run : pipx run build --sdist
30+
31+ - uses : actions/upload-artifact@v4
32+ with :
33+ name : sdist
34+ path : dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments