Skip to content

Commit ebb6b8a

Browse files
Cadairnabobalis
andauthored
Updates from package template (#176)
Co-authored-by: Nabil Freij <[email protected]>
1 parent 590dd43 commit ebb6b8a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d",
3+
"commit": "15fdf534198e4f67f0a667af7d2367e93de181c5",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -32,7 +32,7 @@
3232
".github/workflows/sub_package_update.yml"
3333
],
3434
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "1bdd28c1e2d725d9ae9d9c0b6ad682d75687f45d"
35+
"_commit": "15fdf534198e4f67f0a667af7d2367e93de181c5"
3636
}
3737
},
3838
"directory": null

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929

3030
jobs:
3131
core:
32-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
32+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
3333
with:
3434
submodules: false
3535
coverage: codecov
@@ -54,7 +54,7 @@ jobs:
5454

5555
test:
5656
needs: [core, sdist_verify]
57-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
57+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
5858
with:
5959
submodules: false
6060
coverage: codecov
@@ -65,13 +65,12 @@ jobs:
6565
- macos: py312
6666
- linux: py310-oldestdeps
6767
- linux: py313-devdeps
68-
6968
secrets:
7069
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7170

7271
docs:
7372
needs: [core]
74-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
73+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
7574
with:
7675
default_python: '3.13'
7776
submodules: false
@@ -108,7 +107,7 @@ jobs:
108107
contains(github.event.pull_request.labels.*.name, 'Run publish')
109108
)
110109
needs: [test, docs]
111-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
110+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
112111
with:
113112
python-version: '3.13'
114113
test_extras: 'tests'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ setenv =
3838
PARFIVE_HIDE_PROGRESS = True
3939
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/liberfa/simple
4040
deps =
41-
devdeps: git+https://github.com/sunpy/sunpy
41+
devdeps: sunpy>=0.0.dev0
4242
# Handle minimum dependencies via minimum_dependencies
4343
oldestdeps: minimum_dependencies
4444
online: pytest-rerunfailures

0 commit comments

Comments
 (0)