File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package" ,
3
- "commit" : " 22f52dd88a2ec84dfa380d8e2c655e0b3752a10a " ,
3
+ "commit" : " 3b34cec552be24da244f3ec6133685c83a4e9f6c " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
11
11
"copyright_year" : " 2019" ,
12
12
"mypy_strict" : " True" ,
13
13
"integration_tests" : " True" ,
14
+ "pypi" : true ,
14
15
"_template" : " https://github.com/ecmwf-projects/cookiecutter-conda-package"
15
16
}
16
17
},
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219
219
runs-on : ubuntu-latest
220
220
needs : distribution
221
221
if : |
222
- always() &&
222
+ always() && true &&
223
223
needs.distribution.result == 'success' &&
224
224
github.event_name == 'push' &&
225
225
startsWith(github.ref, 'refs/tags')
@@ -234,6 +234,6 @@ jobs:
234
234
with :
235
235
name : distribution
236
236
path : dist
237
- - uses : pypa/gh-action-pypi-publish@v1.8.14
237
+ - uses : pypa/gh-action-pypi-publish@v1.9.0
238
238
with :
239
239
verbose : true
Original file line number Diff line number Diff line change 17
17
- id : blackdoc
18
18
additional_dependencies : [black==23.11.0]
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.4.4
20
+ rev : v0.5.2
21
21
hooks :
22
22
- id : ruff
23
23
args : [--fix, --show-fixes]
@@ -27,13 +27,13 @@ repos:
27
27
hooks :
28
28
- id : mdformat
29
29
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
30
- rev : v2.13 .0
30
+ rev : v2.14 .0
31
31
hooks :
32
32
- id : pretty-format-yaml
33
33
args : [--autofix, --preserve-quotes]
34
34
- id : pretty-format-toml
35
35
args : [--autofix]
36
36
- repo : https://github.com/gitleaks/gitleaks
37
- rev : v8.18.2
37
+ rev : v8.18.4
38
38
hooks :
39
39
- id : gitleaks
You can’t perform that action at this time.
0 commit comments