Skip to content

Commit 631fb8c

Browse files
committed
[workflows\publish_to_pypi] Add Upload artifact signatures to GitHub Release
1 parent 608a269 commit 631fb8c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ jobs:
3232
- name: Publish distribution to PyPI
3333
uses: pypa/gh-action-pypi-publish@release/v1
3434

35+
- name: Upload artifact signatures to GitHub Release
36+
env:
37+
GITHUB_TOKEN: ${{ github.token }}
38+
run: gh release upload '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}'

0 commit comments

Comments
 (0)