Skip to content

Commit 639d83b

Browse files
authored
Fix permissions for GitHub Actions workflow
1 parent 2c3380b commit 639d83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
needs.build-noarch.result == 'success'
229229
# Only publish when ref looks like a version tag (v3.1.1, v2.5.0, etc.).
230230
# Running from main, a branch, or a bare SHA -> skipped automatically.
231-
= permissions:
231+
permissions:
232232
contents: write # required to upload assets to the GH Release
233233
id-token: write # required for PyPI trusted publishing (OIDC)
234234
steps:

0 commit comments

Comments
 (0)