File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed
Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 11name : Build sdist and wheels for testing purposes
22
33on :
4- push :
5- branches :
6- - improve-build
74 pull_request :
85 branches :
9- - improve-build
6+ - master
107
118jobs :
129 build_sdist :
3027 - name : Check metadata
3128 run : pipx run twine check --strict dist/*
3229
33- - uses : actions/upload-artifact@v3
34- with :
35- path : dist/*.tar.gz
36-
3730 build_wheels :
3831 name : Build wheels on ${{ matrix.os }}
3932 runs-on : ${{ matrix.os }}
5346 - name : Build wheels
54475548
56- - uses : actions/upload-artifact@v3
57- with :
58- path : wheelhouse/*.whl
59-
6049 build_arch_wheels :
6150 name : Build wheels on Linux ${{ matrix.arch }}
6251 runs-on : ubuntu-20.04
8170 run : git diff --exit-code
8271 shell : bash
8372
84- - name : Upload wheels
85- uses : actions/upload-artifact@v3
86- with :
87- path : wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ name: Build sdist and wheels and publish to TestPyPI
33on :
44 push :
55 branches :
6- - develop
7- pull_request :
8- branches :
9- - develop
6+ - master
107
118jobs :
129 build_sdist :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments