Skip to content

Commit dbc21d7

Browse files
authored
Update main.yml
1 parent fb8a25a commit dbc21d7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ jobs:
3737
with:
3838
name: wheel
3939
path: dist/shellwrap-*-py3-none-any.whl
40+
- uses: "marvinpinto/action-automatic-releases@latest"
41+
with:
42+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
43+
automatic_release_tag: "latest-master"
44+
prerelease: true
45+
title: "Master Build"
46+
files: dist/shellwrap-*-py3-none-any.whl

0 commit comments

Comments
 (0)