File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,18 @@ jobs:
5858 ./dist/*.tar.gz
5959 ./dist/*.whl
6060
61+ - name : Upload artifact signatures to GitHub Release
62+ env :
63+ GITHUB_TOKEN : ${{ github.token }}
64+ run : >-
65+ gh release upload
66+ "${{ github.event.release.tag_name }}" ./dist/*
67+ --repo "$GITHUB_REPOSITORY"
68+
6169 - name : Remove Sigstore files
6270 run : rm -f dist/*.sig dist/*.crt dist/*.sigstore.json
6371
6472 - name : Publish Python 🐍 distribution 📦 to PyPI
6573 uses : pypa/gh-action-pypi-publish@release/v1
6674 with :
6775 packages-dir : " dist"
68-
69- - name : Upload artifact signatures to GitHub Release
70- env :
71- GITHUB_TOKEN : ${{ github.token }}
72- run : >-
73- gh release upload
74- "${{ github.event.release.tag_name }}" ./dist/*.sig ./dist/*.crt ./dist/*.sigstore.json
75- --repo "$GITHUB_REPOSITORY"
You can’t perform that action at this time.
0 commit comments