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 13
13
steps :
14
14
- uses : actions/setup-python@v3
15
15
- run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
16
- - uses : actions/checkout@v2.4.0
16
+ - uses : actions/checkout@v3
17
17
- run : python setup.py sdist bdist_wheel
18
18
- run : python -m twine check dist/*
19
19
23
23
- uses : actions/setup-node@v3
24
24
with :
25
25
node-version : ' 14.x'
26
- - uses : actions/checkout@v2.4.0
26
+ - uses : actions/checkout@v3
27
27
- id : cache-npm
28
28
29
29
with :
47
47
- pydocstyle .
48
48
steps :
49
49
- uses : actions/setup-python@v3
50
- - uses : actions/checkout@v2.4.0
50
+ - uses : actions/checkout@v3
51
51
52
52
with :
53
53
path : ~/.cache/pip
74
74
- " 3.1"
75
75
- " 3.2"
76
76
steps :
77
- - uses : actions/checkout@v2.4.0
77
+ - uses : actions/checkout@v3
78
78
- name : Set up Python ${{ matrix.python-version }}
79
79
uses : actions/setup-python@v3
80
80
with :
Original file line number Diff line number Diff line change 9
9
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2.4.0
12
+ - uses : actions/checkout@v3
13
13
- uses : actions/setup-python@v3
14
14
- name : Install Python dependencies
15
15
run : python -m pip install --upgrade pip setuptools wheel twine
You can’t perform that action at this time.
0 commit comments