Skip to content

Commit 791e5fd

Browse files
authored
Fix typo in permissions for GitHub Actions
1 parent 8d77075 commit 791e5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
permissions:
1212
id-token: write # required to push with trusted-pypi-token
13-
contents: wirte #required to push
13+
contents: write #required to push
1414

1515
env:
1616
BRANCH: ${{ github.event.release.target_commitish }}

0 commit comments

Comments
 (0)