We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdd02af + 288da4b commit def0152Copy full SHA for def0152
1 file changed
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
needs: [wheels]
60
runs-on: ubuntu-22.04
61
permissions:
62
- contents: read
+ contents: write
63
64
steps:
65
- name: Get version
@@ -104,7 +104,7 @@ jobs:
104
needs: [create_release]
105
runs-on: ubuntu-20.04
106
107
108
109
110
- uses: actions/checkout@v4
0 commit comments