Skip to content

Commit

Permalink
Merge pull request #28 from openradar/fix-pypi
Browse files Browse the repository at this point in the history
FIX: Fix lack of permissions in pypi
  • Loading branch information
mgrover1 authored Nov 29, 2023
2 parents 9f91d5a + f3215c2 commit 06c8d1b
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 06c8d1b

Please sign in to comment.