Skip to content

Commit

Permalink
Another attempted fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
djgroen committed Jan 21, 2025
1 parent 7a1f08c commit 5462875
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Build and publish
run: |
twine upload dist/*
environment: release
permissions:
# IMPORTANT: this permission is mandatory for Trusted Publishing
id-token: write
environment: release
permissions:
# IMPORTANT: this permission is mandatory for Trusted Publishing
id-token: write

0 comments on commit 5462875

Please sign in to comment.