You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ jobs:
19
19
permissions:
20
20
# IMPORTANT: this permission is mandatory for trusted publishing
21
21
id-token: write
22
-
contents: write
23
22
24
23
# Dedicated environments with protections for publishing are strongly recommended.
25
24
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
@@ -50,14 +49,13 @@ jobs:
50
49
51
50
# ---------- WINDOWS EXE BUILD JOB ----------
52
51
build-windows-exe:
53
-
permissions:
54
-
# IMPORTANT: this permission is mandatory for trusted publishing
55
-
id-token: write
56
-
contents: write
57
52
runs-on: windows-latest
58
53
needs: python-package # Wait for PyPI job
59
54
steps:
60
55
- uses: actions/checkout@v4
56
+
permissions:
57
+
# IMPORTANT: this permission is mandatory for trusted publishing
0 commit comments