Skip to content

Commit 39924d7

Browse files
committed
template update
1 parent 5bdbb3f commit 39924d7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
3-
"commit": "d8e38d412bfd81121857042e6b2b755b0bbac1c5",
3+
"commit": "6faadb3909638e2a004d487d11348d8dffd7630c",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -13,7 +13,7 @@
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

.github/workflows/on-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
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]

0 commit comments

Comments
 (0)