Skip to content

Commit add733e

Browse files
committed
template update
1 parent 5ff37c6 commit add733e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cruft.json

+1-1
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": "3675de74c43279866cd3d323b9985d257f1a47b8",
3+
"commit": "a75834d29195861a63e8fb6dd7527fca42f1a909",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ jobs:
234234
with:
235235
name: distribution
236236
path: dist
237-
- uses: pypa/gh-action-pypi-publish@v1.8.11
237+
- uses: pypa/gh-action-pypi-publish@v1.8.14
238238
with:
239239
verbose: true

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: blackdoc
1818
additional_dependencies: [black==23.11.0]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.2.1
20+
rev: v0.3.2
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]

0 commit comments

Comments
 (0)