Skip to content

Commit 0c7a723

Browse files
chore: add gh release to workflow (#1041)
1 parent bbd1319 commit 0c7a723

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
pip install wheel
4747
python setup.py sdist bdist_wheel
4848
49+
- name: Create GitHub Release
50+
uses: sendgrid/dx-automator/actions/release@main
51+
with:
52+
footer: '**[pypi](https://pypi.org/project/sendgrid/${version})**'
53+
env:
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
4956
- name: Publish package to PyPI
5057
uses: pypa/gh-action-pypi-publish@release/v1
5158
with:

0 commit comments

Comments
 (0)