Skip to content

Commit bdfe85c

Browse files
committed
fix pypi-publish
1 parent 3de05f2 commit bdfe85c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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": "82eeab1ff6d8412193f03432404f97f13d81ce4d",
3+
"commit": "28d86966c43434a03346abf6e740b45206792da6",
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": "82eeab1ff6d8412193f03432404f97f13d81ce4d"
35+
"_commit": "28d86966c43434a03346abf6e740b45206792da6"
3636
}
3737
},
3838
"directory": null

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- run: ls -lha dist/
182182

183183
- name: Run upload
184-
uses: pypa/gh-action-pypi-publish@v1 # zizmor: ignore[unpinned-uses]
184+
uses: pypa/gh-action-pypi-publish@v1.13.0 # zizmor: ignore[unpinned-uses]
185185

186186
notify:
187187
if: ${{ !cancelled() && github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)