File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/sunpy/package-template" ,
3
- "commit" : " 1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d " ,
3
+ "commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
32
32
" .github/workflows/sub_package_update.yml"
33
33
],
34
34
"_template" : " https://github.com/sunpy/package-template" ,
35
- "_commit" : " 1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d "
35
+ "_commit" : " 15fdf534198e4f67f0a667af7d2367e93de181c5 "
36
36
}
37
37
},
38
38
"directory" : null
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ concurrency:
29
29
30
30
jobs :
31
31
core :
32
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
32
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
33
33
with :
34
34
submodules : false
35
35
coverage : codecov
36
36
toxdeps : tox-pypi-filter
37
37
envs : |
38
- - linux: py312
38
+ - linux: py313
39
39
secrets :
40
40
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
41
41
@@ -53,23 +53,23 @@ jobs:
53
53
54
54
test :
55
55
needs : [core, sdist_verify]
56
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
56
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
57
57
with :
58
58
submodules : false
59
59
coverage : codecov
60
60
toxdeps : tox-pypi-filter
61
61
posargs :
62
62
envs : |
63
63
- windows: py311
64
- - macos: py310
64
+ - macos: py312
65
65
- linux: py310-oldestdeps
66
- - linux: py311 -devdeps
66
+ - linux: py313 -devdeps
67
67
secrets :
68
68
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
69
69
70
70
docs :
71
71
needs : [core]
72
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
72
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
73
73
with :
74
74
default_python : ' 3.12'
75
75
submodules : false
91
91
contains(github.event.pull_request.labels.*.name, 'Run publish')
92
92
)
93
93
needs : [test, docs]
94
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
94
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
95
95
with :
96
96
python-version : ' 3.12'
97
97
test_extras : ' tests'
You can’t perform that action at this time.
0 commit comments