Skip to content

Commit

Permalink
Fix deployment.yml for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr authored Nov 4, 2024
1 parent 67d06bf commit 805a1f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
name: PyPI deployment
runs-on: "ubuntu-latest"
if: github.event_name != 'push' || github.repository == 'DIRACGrid/DIRAC'
permissions:
id-token: write
attestations: write
contents: read
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 805a1f1

Please sign in to comment.