Skip to content

Commit baace5b

Browse files
committed
add missing permissions
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent 75aa0f0 commit baace5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
publish:
6666
name: Publish to PyPI
6767
runs-on: ubuntu-latest
68+
permissions:
69+
contents: write
70+
id-token: write # Required for Trusted Publishing
6871
needs: build-test-release
6972
if: (github.event_name == 'workflow_dispatch') || github.event_name == 'push'
7073

0 commit comments

Comments
 (0)