We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8a25a commit dbc21d7Copy full SHA for dbc21d7
1 file changed
.github/workflows/main.yml
@@ -37,3 +37,10 @@ jobs:
37
with:
38
name: wheel
39
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