Skip to content

Commit d13fc34

Browse files
AmitMYclaude
andcommitted
fix(ci): add contents write permission to pypi-publish workflow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 079d06e commit d13fc34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [ created ]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build-n-publish:
912
name: Build and publish Python 🐍 distributions 📦 to PyPI

0 commit comments

Comments
 (0)