Skip to content

Commit

Permalink
Merge pull request #10 from rohanpm/pypi-permissions
Browse files Browse the repository at this point in the history
Fix permissions for shared pypi workflow
  • Loading branch information
rohanpm authored May 15, 2023
2 parents c287595 + 5882338 commit a18439f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

pypi-publish:
needs: [tests]
permissions:
id-token: write
uses: rohanpm/workflows/.github/workflows/pypi-release.yml@main
with:
name: buildsys-dateversion

0 comments on commit a18439f

Please sign in to comment.