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 6161 git remote set-url origin https://x-access-token:${{ secrets.GH_ACCESS_TOKEN }}@github.com/${{ github.repository }}
6262
6363 - name : Merge main to stable and push tags
64- if : ${{ !inputs.candidate }}
64+ if : ${{ !inputs.candidate && !inputs.test_pypi }}
6565 run : |
6666 make check-release
6767 make git-merge-main-stable
@@ -80,13 +80,13 @@ jobs:
8080 repository-url : ${{ inputs.test_pypi && 'https://test.pypi.org/legacy/' || 'https://pypi.org' }}
8181
8282 - name : Bump to next candidate
83- if : ${{ inputs.candidate }}
83+ if : ${{ inputs.candidate && !inputs.test_pypi }}
8484 run : |
8585 make bumpversion-candidate
8686 make git-push
8787
8888 - name : Merge to main and bump to next patch
89- if : ${{ !inputs.candidate }}
89+ if : ${{ !inputs.candidate && !inputs.test_pypi }}
9090 run : |
9191 make git-merge-stable-main
9292 make bumpversion-patch
You can’t perform that action at this time.
0 commit comments