We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0dbd3 commit ea1508bCopy full SHA for ea1508b
.github/workflows/python.yml
@@ -160,6 +160,7 @@ jobs:
160
161
permissions:
162
id-token: write
163
+ contents: write
164
165
steps:
166
- name: Download all the dists
@@ -184,7 +185,6 @@ jobs:
184
185
file_glob: true
186
tag: ${{ github.ref }}
187
overwrite: true
- body: "New release"
188
189
- name: Publish 📦 to PyPI
190
if: ${{ startsWith(github.ref, 'refs/tags/') }}
0 commit comments