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 16ef298 commit d0b577aCopy full SHA for d0b577a
.github/workflows/python-publish.yml
@@ -44,4 +44,15 @@ jobs:
44
with:
45
user: __token__
46
password: ${{ secrets.PYPI_API_TOKEN }}
47
- verbose: true
+ verbose: true
48
+
49
+ - name: Release
50
+ uses: actions/create-release@v1
51
+ id: create_release
52
+ env:
53
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
+ with:
55
+ tag_name: ${{ github.event.workflow_run.head_branch }}
56
+ release_name: ${{ github.event.workflow_run.head_branch }}
57
+ draft: false
58
+ prerelease: false
0 commit comments