Skip to content

Commit daace7c

Browse files
committed
Fix pypi workflow
1 parent 000143b commit daace7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/pypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
publish:
1010
name: Build and publish to PyPI
1111
runs-on: ubuntu-latest
12+
permissions:
13+
id-token: write
1214
steps:
1315
- uses: actions/checkout@v4
1416
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)