Skip to content

Commit 43fcbb6

Browse files
Merge pull request #367 from randovania/bugfix/release
Fix CI for release
2 parents 0d0dbd3 + ea1508b commit 43fcbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ jobs:
160160

161161
permissions:
162162
id-token: write
163+
contents: write
163164

164165
steps:
165166
- name: Download all the dists
@@ -184,7 +185,6 @@ jobs:
184185
file_glob: true
185186
tag: ${{ github.ref }}
186187
overwrite: true
187-
body: "New release"
188188

189189
- name: Publish 📦 to PyPI
190190
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)