Skip to content

Commit

Permalink
Fix sigstore
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspd committed Feb 4, 2024
1 parent e71c0e9 commit 17761a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
needs: [prepare-and-check, build-and-publish]
if: needs.prepare-and-check.outputs.publish_to_pypi == 'true'
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 17761a2

Please sign in to comment.