File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Commit version change
39
39
# If the setup.cfg version was changed commit it.
40
40
if : ${{ github.event.inputs.version != '~~version~~' }}
41
- uses : stefanzweifel /git-auto-commit-action@v4
41
+ uses : sqlalchemyorg /git-auto-commit-action@sa
42
42
with :
43
43
commit_message : Version ${{ github.event.inputs.version }}
44
44
file_pattern : setup.cfg
62
62
63
63
- name : Create release
64
64
# Create github tag and release and upload the distribution wheels and sdist
65
- uses : softprops /action-gh-release@v1
65
+ uses : sqlalchemyorg /action-gh-release@sa
66
66
with :
67
67
body : Release ${{ steps.get-version.outputs.version }}
68
68
files : dist/*
86
86
87
87
- name : Commit next version update
88
88
# Commit new current version
89
- uses : stefanzweifel /git-auto-commit-action@v4
89
+ uses : sqlalchemyorg /git-auto-commit-action@sa
90
90
with :
91
91
commit_message : Start work on ${{ steps.get-new-version.outputs.version }}
92
92
file_pattern : setup.cfg
You can’t perform that action at this time.
0 commit comments