File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/setup-python@v3
26
- - uses : actions/checkout@v2.4.0
26
+ - uses : actions/checkout@v3
27
27
28
28
with :
29
29
path : ~/.cache/pip
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- uses : actions/setup-python@v3
40
- - uses : actions/checkout@v2.4.0
40
+ - uses : actions/checkout@v3
41
41
- name : Install Python dependencies
42
42
run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
43
43
- run : python setup.py sdist bdist_wheel
67
67
uses : actions/setup-python@v3
68
68
with :
69
69
python-version : ${{ matrix.python-version }}
70
- - uses : actions/checkout@v2.4.0
70
+ - uses : actions/checkout@v3
71
71
- name : Upgrade Python setuptools
72
72
run : python -m pip install --upgrade pip setuptools wheel codecov
73
73
- name : Install Django ${{ matrix.django-version }}
89
89
90
90
steps :
91
91
- uses : actions/setup-python@v3
92
- - uses : actions/checkout@v2.4.0
92
+ - uses : actions/checkout@v3
93
93
- name : Install Python dependencies
94
94
run : |
95
95
python -m pip install --upgrade pip setuptools wheel codecov
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/setup-python@v3
12
- - uses : actions/checkout@v2.4.0
12
+ - uses : actions/checkout@v3
13
13
- name : Install Python dependencies
14
14
run : python -m pip install --upgrade pip setuptools wheel twine
15
15
- name : Build dist packages
You can’t perform that action at this time.
0 commit comments