We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd1319 commit 0c7a723Copy full SHA for 0c7a723
.github/workflows/test-and-deploy.yml
@@ -46,6 +46,13 @@ jobs:
46
pip install wheel
47
python setup.py sdist bdist_wheel
48
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
+
56
- name: Publish package to PyPI
57
uses: pypa/gh-action-pypi-publish@release/v1
58
with:
0 commit comments