We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb0663 commit 71d705bCopy full SHA for 71d705b
.github/workflows/pypi-publish.yml
@@ -52,6 +52,7 @@ jobs:
52
url: https://pypi.org/p/overture-to-arcgis
53
permissions:
54
id-token: write # IMPORTANT: mandatory for trusted publishing
55
+ contents: read # needed to read the distribution files for publishing
56
57
steps:
58
- name: Download all the dists
@@ -74,6 +75,7 @@ jobs:
74
75
76
77
78
79
80
81
0 commit comments