Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 517d3f8

Browse files
committed
Add write permissions to be able to create a release tag
1 parent 8078df8 commit 517d3f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
pypi_release:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
# Required for github actions to create a release
16+
contents: write
1417
steps:
1518

1619
- name: Checkout Code

0 commit comments

Comments
 (0)