Skip to content

Commit 5e8028a

Browse files
committed
Copying changes to readme
1 parent e4494c6 commit 5e8028a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/readme.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)