Skip to content

Commit ac83aaf

Browse files
committed
tag release on GH
1 parent 2f26d0d commit ac83aaf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ jobs:
5656
fh.write(f'version={version}\n')
5757
PY
5858
59+
- name: Create release on GitHub
60+
uses: ncipollo/release-action@v1
61+
with:
62+
tag: ${{ steps.get_version.outputs.version }}
63+
token: ${{ secrets.GITHUB_TOKEN }}
64+
generateReleaseNotes: true
65+
5966
- name: Publish core to PyPI
6067
env:
6168
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)