Skip to content

Commit 4b6e573

Browse files
committed
template update
1 parent 3926b91 commit 4b6e573

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.cruft.json

Lines changed: 2 additions & 1 deletion
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": "22f52dd88a2ec84dfa380d8e2c655e0b3752a10a",
3+
"commit": "3b34cec552be24da244f3ec6133685c83a4e9f6c",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -11,6 +11,7 @@
1111
"copyright_year": "2019",
1212
"mypy_strict": "True",
1313
"integration_tests": "True",
14+
"pypi": true,
1415
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package"
1516
}
1617
},

.github/workflows/on-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
runs-on: ubuntu-latest
220220
needs: distribution
221221
if: |
222-
always() &&
222+
always() && true &&
223223
needs.distribution.result == 'success' &&
224224
github.event_name == 'push' &&
225225
startsWith(github.ref, 'refs/tags')
@@ -234,6 +234,6 @@ jobs:
234234
with:
235235
name: distribution
236236
path: dist
237-
- uses: pypa/gh-action-pypi-publish@v1.8.14
237+
- uses: pypa/gh-action-pypi-publish@v1.9.0
238238
with:
239239
verbose: true

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.4.4
20+
rev: v0.5.2
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]
@@ -27,13 +27,13 @@ repos:
2727
hooks:
2828
- id: mdformat
2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
30-
rev: v2.13.0
30+
rev: v2.14.0
3131
hooks:
3232
- id: pretty-format-yaml
3333
args: [--autofix, --preserve-quotes]
3434
- id: pretty-format-toml
3535
args: [--autofix]
3636
- repo: https://github.com/gitleaks/gitleaks
37-
rev: v8.18.2
37+
rev: v8.18.4
3838
hooks:
3939
- id: gitleaks

0 commit comments

Comments
 (0)