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 a9bcce0 commit 179fd75Copy full SHA for 179fd75
.github/workflows/release.yaml
@@ -81,6 +81,7 @@ jobs:
81
uses: ncipollo/release-action@v1
82
with:
83
tag: "v${{ github.event.inputs.release-version }}"
84
+ generateReleaseNotes: true
85
- name: Publish package distributions to PyPI
86
uses: pypa/gh-action-pypi-publish@release/v1
87
0 commit comments