File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
dist :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v1
13
+ - uses : actions/checkout@v3
14
+ with :
15
+ fetch-depth : 0
14
16
15
17
- name : Build SDist and wheel
16
18
run : pipx run build
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
name : Check SDist
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- uses : actions/setup-python@v2
24
24
with :
25
25
python-version : 3.x
39
39
- 3.9
40
40
name : Check Python ${{ matrix.python-version }}
41
41
steps :
42
- - uses : actions/checkout@v2
42
+ - uses : actions/checkout@v3
43
43
44
44
- uses : actions/setup-python@v2
45
45
with :
70
70
runs-on : ubuntu-latest
71
71
name : Disassemble check
72
72
steps :
73
- - uses : actions/checkout@v2
73
+ - uses : actions/checkout@v3
74
74
75
75
- uses : actions/setup-python@v2
76
76
with :
88
88
# root:
89
89
# runs-on: ubuntu-latest
90
90
# steps:
91
- # - uses: actions/checkout@v2
91
+ # - uses: actions/checkout@v3
92
92
93
93
# - name: Get Conda
94
94
# uses: conda-incubator/setup-miniconda@v2
You can’t perform that action at this time.
0 commit comments