File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
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" : " 104191f7bf58670f65db81e04b34e7bf56bb4985 " ,
3
+ "commit" : " e5a2ac5d1a360a319c1a4c15c9e7e6db886a92f8 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
11
11
"copyright_year" : " 2022" ,
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 @@ -215,7 +215,7 @@ jobs:
215
215
runs-on : ubuntu-latest
216
216
needs : distribution
217
217
if : |
218
- always() &&
218
+ always() && true &&
219
219
needs.distribution.result == 'success' &&
220
220
github.event_name == 'push' &&
221
221
startsWith(github.ref, 'refs/tags')
@@ -230,6 +230,6 @@ jobs:
230
230
with :
231
231
name : distribution
232
232
path : dist
233
- - uses : pypa/gh-action-pypi-publish@v1.8.14
233
+ - uses : pypa/gh-action-pypi-publish@v1.9.0
234
234
with :
235
235
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.3.5
20
+ rev : v0.5.4
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
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=45" , " setuptools_scm[toml]>=6.2" ]
2
+ build-backend = " setuptools.build_meta"
3
+ requires = [" setuptools>=64" , " setuptools_scm>=8" ]
3
4
4
5
[project ]
5
6
classifiers = [
You can’t perform that action at this time.
0 commit comments