Skip to content

Commit 9b9be84

Browse files
authored
Update publish-to-pypi.yml
1 parent b5f7c34 commit 9b9be84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
env:
111111
GITHUB_TOKEN: ${{ github.token }}
112112
run: |
113-
gh release create ${{ needs.create-tag.outputs.MPYTHON_VERSION }} --repo "$GITHUB_REPOSITORY" --notes-from-tag
113+
gh release create ${{ needs.create-tag.outputs.MPYTHON_VERSION }} --repo "$GITHUB_REPOSITORY" --notes ""
114114
- name: Upload artifact signatures to GitHub Release
115115
env:
116116
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)