Skip to content

Commit 8d7fe17

Browse files
committed
Update cruft with batchpr
1 parent f1d4cb9 commit 8d7fe17

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

.cruft.json

Lines changed: 3 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": "28d86966c43434a03346abf6e740b45206792da6",
3+
"commit": "9599f755e4f7880fe20f0f07bbf500d8c41de34d",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -23,6 +23,7 @@
2323
"include_example_code": "n",
2424
"include_cruft_update_github_workflow": "y",
2525
"use_extended_ruff_linting": "n",
26+
"matrix_room_id": "",
2627
"_sphinx_theme": "sunpy",
2728
"_parent_project": "",
2829
"_install_requires": "",
@@ -32,7 +33,7 @@
3233
".github/workflows/sub_package_update.yml"
3334
],
3435
"_template": "https://github.com/sunpy/package-template",
35-
"_commit": "28d86966c43434a03346abf6e740b45206792da6"
36+
"_commit": "9599f755e4f7880fe20f0f07bbf500d8c41de34d"
3637
}
3738
},
3839
"directory": null

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
name: pypi
173173
steps:
174174
- name: Download artifacts
175-
uses: actions/download-artifact@v7 # zizmor: ignore[unpinned-uses]
175+
uses: actions/download-artifact@v8 # zizmor: ignore[unpinned-uses]
176176
with:
177177
merge-multiple: true
178178
pattern: dist-*
@@ -195,6 +195,14 @@ jobs:
195195
matrix_token: ${{ secrets.matrix_access_token }}
196196
github_token: ${{ secrets.GITHUB_TOKEN }}
197197
homeserver: ${{ secrets.matrix_homeserver }}
198+
<<<<<<<
198199
roomid: '!JYqfIVJjWANcHnfktY:cadair.com'
199200
ignore_pattern: '.*(Load|report overall).*'
200201
summarise_success: true
202+
=======
203+
204+
- name: Run upload
205+
uses: pypa/gh-action-pypi-publish@v1.13.0 # zizmor: ignore[unpinned-uses]
206+
207+
208+
>>>>>>>

.github/workflows/sub_package_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
issues: write
107107
steps:
108108
- name: Open an issue if workflow fails
109-
uses: actions/github-script@v7 # zizmor: ignore[unpinned-uses]
109+
uses: actions/github-script@v8 # zizmor: ignore[unpinned-uses]
110110
with:
111111
github-token: ${{ github.token }}
112112
# This script is adapted from https://github.com/scientific-python/issue-from-pytest-log-action

0 commit comments

Comments
 (0)