| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bbd1319 commit 0c7a723
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,6 +46,13 @@ jobs: | |||
| 46 | 46 | pip install wheel | |
| 47 | 47 | python setup.py sdist bdist_wheel | |
| 48 | 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 | + | ||
| 49 | 56 | - name: Publish package to PyPI | |
| 50 | 57 | uses: pypa/gh-action-pypi-publish@release/v1 | |
| 51 | 58 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments