File tree 3 files changed +5
-20
lines changed
3 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/iterative/py-template" ,
3
- "commit" : " 84a385c99003c39632dfe985bf0ca4ed08235f36 " ,
3
+ "commit" : " fdce0adb4bb61a3580ea0430a24ad3ec85749a8b " ,
4
4
"context" : {
5
5
"cookiecutter" : {
6
6
"project_name" : " scmrepo" ,
18
18
"_template" : " https://github.com/iterative/py-template"
19
19
}
20
20
},
21
- "directory" : null
21
+ "directory" : null ,
22
+ "checkout" : null
22
23
}
Original file line number Diff line number Diff line change 12
12
- name : Check out the repository
13
13
uses : actions/checkout@v3
14
14
15
- - name : Set up Python
16
- uses : actions/setup-python@v4
17
- with :
18
- python-version : ' 3.10'
19
-
20
15
- name : Update template via cruft
21
- id : update
22
- run : |
23
- pip install cruft
24
- cruft update -y
25
- echo "::set-output name=changes::$(git diff)"
26
-
27
- - name : Create PR
28
- if : ${{ steps.update.outputs.changes != '' }}
29
- uses : peter-evans/create-pull-request@v4
30
- with :
31
- commit-message : update template
32
- title : update template
16
+ uses : iterative/py-template@main
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ tests =
39
39
pytest-sugar ==0.9.5
40
40
pytest-cov ==3.0.0
41
41
pytest-mock ==3.8.2
42
- pylint ==2.14.5
42
+ pylint ==2.15.0
43
43
mypy ==0.971
44
44
pytest-test-utils ==0.0.8
45
45
pytest-asyncio ==0.18.3
You can’t perform that action at this time.
0 commit comments