Skip to content

Commit b692122

Browse files
committed
Generate Release notes after PyPI publishing
1 parent 5fad6e5 commit b692122

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030
- name: Publish a Python distribution to PyPI
3131
uses: pypa/gh-action-pypi-publish@release/v1
3232
if: startsWith(github.ref, 'refs/tags/')
33+
34+
- name: Create Release
35+
run: gh release create ${GITHUB_REF#refs/*/} -t ${GITHUB_REF#refs/*/} --generate-notes

0 commit comments

Comments
 (0)