Skip to content

Commit eb4103a

Browse files
committed
ci(release): generate github release
1 parent a3cd7ac commit eb4103a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ jobs:
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
3030
verbose: true # shows twine output
31+
32+
- uses: softprops/action-gh-release@v2
33+
with:
34+
generate_release_notes: true
35+
files: |
36+
dist/*.whl
37+
dist/*.tar.gz

0 commit comments

Comments
 (0)