Skip to content

Commit

Permalink
FIX: Fix lack of permissions in pypi
Browse files Browse the repository at this point in the history
Fix the lack of permissions in the pypi file
  • Loading branch information
mgrover1 authored Nov 29, 2023
1 parent 9f91d5a commit f3215c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ on:
types: [created]

jobs:
deploy:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit f3215c2

Please sign in to comment.