File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package" ,
3- "commit" : " d8e38d412bfd81121857042e6b2b755b0bbac1c5 " ,
3+ "commit" : " 6faadb3909638e2a004d487d11348d8dffd7630c " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1313 "integration_tests" : " False" ,
1414 "pypi" : " false" ,
1515 "_template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package" ,
16- "_commit" : " d8e38d412bfd81121857042e6b2b755b0bbac1c5 "
16+ "_commit" : " 6faadb3909638e2a004d487d11348d8dffd7630c "
1717 }
1818 },
1919 "directory" : null
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : 3.x
2929 - uses : pre-commit/action@v3.0.1
3333
3434 steps :
3535 - uses : actions/checkout@v5
36- - uses : actions/setup-python@v5
36+ - uses : actions/setup-python@v6
3737 with :
3838 python-version : 3.x
3939 - name : Install conda-merge
@@ -189,7 +189,7 @@ jobs:
189189
190190 steps :
191191 - uses : actions/checkout@v5
192- - uses : actions/setup-python@v5
192+ - uses : actions/setup-python@v6
193193 with :
194194 python-version : ' 3.12'
195195 - name : Install package
@@ -230,6 +230,6 @@ jobs:
230230 with :
231231 name : distribution
232232 path : dist
233- - uses : pypa/gh-action-pypi-publish@v1.12.4
233+ - uses : pypa/gh-action-pypi-publish@v1.13.0
234234 with :
235235 verbose : true
Original file line number Diff line number Diff line change 1818 - id : blackdoc
1919 additional_dependencies : [black==23.11.0]
2020- repo : https://github.com/astral-sh/ruff-pre-commit
21- rev : v0.12.9
21+ rev : v0.13.0
2222 hooks :
2323 - id : ruff
2424 args : [--fix, --show-fixes]
You can’t perform that action at this time.
0 commit comments