Skip to content

Commit 71d705b

Browse files
committed
add contents: read to pypi build
1 parent adb0663 commit 71d705b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
url: https://pypi.org/p/overture-to-arcgis
5353
permissions:
5454
id-token: write # IMPORTANT: mandatory for trusted publishing
55+
contents: read # needed to read the distribution files for publishing
5556

5657
steps:
5758
- name: Download all the dists
@@ -74,6 +75,7 @@ jobs:
7475

7576
permissions:
7677
id-token: write # IMPORTANT: mandatory for trusted publishing
78+
contents: read # needed to read the distribution files for publishing
7779

7880
steps:
7981
- name: Download all the dists

0 commit comments

Comments
 (0)