We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f4b79 commit 29b60c1Copy full SHA for 29b60c1
.github/workflows/release.yml
@@ -25,5 +25,6 @@ jobs:
25
poetry self add poetry-dynamic-versioning[plugin]
26
poetry install --sync
27
poetry build
28
+ gh release create --generate-notes $version ./dist/*
29
- name: Publish package distributions to PyPI
30
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments