Skip to content

Commit 843f8e4

Browse files
authored
Update publish-to-pypi.yml
1 parent d946472 commit 843f8e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +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"
114-
--notes ""
113+
gh release create ${{ needs.create-tag.outputs.MPYTHON_VERSION }} --repo "$GITHUB_REPOSITORY" --notes-from-tag
115114
- name: Upload artifact signatures to GitHub Release
116115
env:
117116
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)