Skip to content

Commit

Permalink
CI: Add token to allow packages to upload
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Dec 15, 2023
1 parent 6c9df6f commit 5e37dd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
environment: "Package deployment"
needs: [pre-publish]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 5e37dd2

Please sign in to comment.