Skip to content

Commit e0856c7

Browse files
Bissbertclaude
andcommitted
fix: add contents:write permission for release assets
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cb89b16 commit e0856c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
environment: pypi
1414
permissions:
15-
id-token: write # For trusted publishing
15+
id-token: write # For trusted publishing
16+
contents: write # For uploading release assets
1617

1718
steps:
1819
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)