Skip to content

Commit 29b60c1

Browse files
authored
build: publish release on GitHub too (#547)
Depends-On: #546
1 parent 47f4b79 commit 29b60c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
poetry self add poetry-dynamic-versioning[plugin]
2626
poetry install --sync
2727
poetry build
28+
gh release create --generate-notes $version ./dist/*
2829
- name: Publish package distributions to PyPI
2930
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)