Skip to content

Commit c0de555

Browse files
allRiscBen Davis
andauthored
Updated workflow to try and fix issue with automatically creating releases after publishing to pypi. (#3)
Co-authored-by: Ben Davis <b-davis1@ti.com>
1 parent 2f88855 commit c0de555

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-to-pypi-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
permissions:
6868
attestations: write
69-
contents: read
69+
contents: write
7070
id-token: write
7171

7272
steps:
@@ -89,6 +89,7 @@ jobs:
8989
'${{ github.ref_name }}'
9090
--repo '${{ github.repository }}'
9191
--notes ""
92+
GITHUB_TOKEN: ${{ github.token }}
9293
- name: Upload artifact signatures to GitHub Release
9394
env:
9495
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)