File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 28d86966c43434a03346abf6e740b45206792da6 " ,
3+ "commit" : " 9599f755e4f7880fe20f0f07bbf500d8c41de34d " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
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" : " " ,
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
Original file line number Diff line number Diff 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+ >>>>>>>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments