There was an error while loading. Please reload this page.
2 parents 62e4e5f + c481ecd commit 6f436fbCopy full SHA for 6f436fb
2 files changed
.github/workflows/publish_pypi.yml
@@ -20,3 +20,8 @@ jobs:
20
uses: pypa/gh-action-pypi-publish@release/v1
21
with:
22
password: ${{ secrets.PYPI_PASSWORD }}
23
+ - name: Create a GitHub release
24
+ if: startsWith(github.ref, 'refs/tags')
25
+ run: gh release create --generate-notes "${GITHUB_REF#refs/tags/}"
26
+ env:
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments