Skip to content

Commit

Permalink
chore: add gh release to workflow (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke authored Feb 3, 2022
1 parent bbd1319 commit 0c7a723
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel
- name: Create GitHub Release
uses: sendgrid/dx-automator/actions/release@main
with:
footer: '**[pypi](https://pypi.org/project/sendgrid/${version})**'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 0c7a723

Please sign in to comment.