File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/iterative/cookiecutter-dvc-plugin" ,
3- "commit" : " b5468040d24fba172720eaa61fb37dab48bda808 " ,
3+ "commit" : " 91159828cdce86290b97bf4985732651805523c4 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ permissions:
99
1010jobs :
1111 pip :
12+ environment : pypi
13+ permissions :
14+ contents : read
15+ id-token : write
1216 runs-on : ubuntu-20.04
1317 steps :
1418 - uses : actions/checkout@v3
2731 twine check dist/*
2832 - name : Publish packages to PyPI
2933 uses : pypa/gh-action-pypi-publish@release/v1
30- with :
31- password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 77
88jobs :
99 update :
10+ permissions :
11+ contents : write
12+ pull-requests : write
1013 runs-on : ubuntu-latest
1114 steps :
1215 - uses : actions/checkout@v3
2326 with :
2427 commit-message : update template
2528 title : update template
26- token : ${{ secrets.WORKFLOW_TOKEN }}
29+ token : ${{ github.token }}
Original file line number Diff line number Diff line change 22 skip : [mypy, pylint]
33
44repos :
5+ - hooks :
6+ - id : no rej
7+ name : Check for .rej files
8+ entry : .rej files found, fix conflicts from these rejected files.
9+ language : fail
10+ files : \.rej$
11+ repo : local
512 - hooks :
613 - id : black
714 language_version : python3
You can’t perform that action at this time.
0 commit comments