Skip to content

Commit d0b577a

Browse files
tweak release
1 parent 16ef298 commit d0b577a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,15 @@ jobs:
4444
with:
4545
user: __token__
4646
password: ${{ secrets.PYPI_API_TOKEN }}
47-
verbose: true
47+
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

Comments
 (0)