There was an error while loading. Please reload this page.
1 parent f57d5c6 commit 5b90120Copy full SHA for 5b90120
.github/workflows/publish.yaml
@@ -42,7 +42,7 @@ jobs:
42
permissions:
43
contents: write
44
steps:
45
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
46
- name: create release
47
run: >
48
gh release create --draft --repo ${{ github.repository }}
@@ -59,7 +59,7 @@ jobs:
59
60
id-token: write
61
62
63
# Try uploading to Test PyPI first, in case something fails.
64
- uses: pypa/gh-action-pypi-publish@release/v1
65
with:
0 commit comments