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 3838 - name : Commit version change
3939 # If the setup.cfg version was changed commit it.
4040 if : ${{ github.event.inputs.version != '~~version~~' }}
41- uses : stefanzweifel /git-auto-commit-action@v4
41+ uses : sqlalchemyorg /git-auto-commit-action@sa
4242 with :
4343 commit_message : Version ${{ github.event.inputs.version }}
4444 file_pattern : setup.cfg
6262
6363 - name : Create release
6464 # 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
6666 with :
6767 body : Release ${{ steps.get-version.outputs.version }}
6868 files : dist/*
8686
8787 - name : Commit next version update
8888 # Commit new current version
89- uses : stefanzweifel /git-auto-commit-action@v4
89+ uses : sqlalchemyorg /git-auto-commit-action@sa
9090 with :
9191 commit_message : Start work on ${{ steps.get-new-version.outputs.version }}
9292 file_pattern : setup.cfg
You can’t perform that action at this time.
0 commit comments