Upload artifact signatures to GitHub Release
1 parent 608a269 commit 631fb8cCopy full SHA for 631fb8c
1 file changed
.github/workflows/publish_to_pypi.yml
@@ -32,3 +32,7 @@ jobs:
32
- name: Publish distribution to PyPI
33
uses: pypa/gh-action-pypi-publish@release/v1
34
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