Skip to content

Commit 109ac39

Browse files
committed
Fixed github action
1 parent 4510773 commit 109ac39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
pypi:
77
runs-on: ubuntu-latest
8+
permissions:
9+
id-token: write
810
steps:
911
- name: Checkout
1012
uses: actions/checkout@v3

0 commit comments

Comments
 (0)