Skip to content

Commit f8bef1e

Browse files
pypi publish workflow: 'permissions' must be next to 'steps'
1 parent be915b7 commit f8bef1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
release:
55
types: [published]
66

7-
permissions:
8-
contents: read
9-
id-token: write
10-
117
jobs:
128
deploy:
139

1410
runs-on: ubuntu-latest
1511

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python

0 commit comments

Comments
 (0)