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 b5f7c34 commit 9b9be84Copy full SHA for 9b9be84
.github/workflows/publish-to-pypi.yml
@@ -110,7 +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" --notes-from-tag
+ gh release create ${{ needs.create-tag.outputs.MPYTHON_VERSION }} --repo "$GITHUB_REPOSITORY" --notes ""
114
- name: Upload artifact signatures to GitHub Release
115
116
0 commit comments