We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d946472 commit 843f8e4Copy full SHA for 843f8e4
.github/workflows/publish-to-pypi.yml
@@ -110,8 +110,7 @@ jobs:
110
env:
111
GITHUB_TOKEN: ${{ github.token }}
112
run: |
113
- gh release create ${{ needs.create-tag.outputs.MPYTHON_VERSION }} --repo "$GITHUB_REPOSITORY"
114
- --notes ""
+ gh release create ${{ needs.create-tag.outputs.MPYTHON_VERSION }} --repo "$GITHUB_REPOSITORY" --notes-from-tag
115
- name: Upload artifact signatures to GitHub Release
116
117
0 commit comments