Skip to content

Commit 6e56f28

Browse files
committed
Fix permissions for github release CI
1 parent 3c390a2 commit 6e56f28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish to PyPI / GitHub
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- "v*"
@@ -51,6 +52,8 @@ jobs:
5152
name: "Publish a GitHub release"
5253
needs: build
5354
runs-on: ubuntu-latest
55+
permissions:
56+
id-token: write
5457

5558
steps:
5659
- name: Download the distribution files from PR artifact

0 commit comments

Comments
 (0)