Skip to content

Commit c027ba3

Browse files
committed
allow action to create release
1 parent bcb8216 commit c027ba3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
push:
55
tags:
66
- '*'
7-
7+
8+
# Allow the workflow to create releases
89
permissions:
9-
contents: read
10+
contents: write
1011

1112
jobs:
1213
test:

0 commit comments

Comments
 (0)