Skip to content

Commit 345472f

Browse files
committed
removing test pypi check so we can do full release on test pypi
1 parent 9a28fd6 commit 345472f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
git remote set-url origin https://x-access-token:${{ secrets.GH_ACCESS_TOKEN }}@github.com/${{ github.repository }}
6666
6767
- name: Merge main to stable and push tags
68-
if: ${{ !inputs.candidate && !inputs.test_pypi }}
68+
# if: ${{ !inputs.candidate && !inputs.test_pypi }}
69+
if: ${{ !inputs.candidate }}
6970
run: |
7071
make check-clean
7172
make check-candidate
@@ -93,7 +94,8 @@ jobs:
9394
make git-push
9495
9596
- name: Merge to main and bump to next patch
96-
if: ${{ !inputs.candidate && !inputs.test_pypi}}
97+
# if: ${{ !inputs.candidate && !inputs.test_pypi }}
98+
if: ${{ !inputs.candidate }}
9799
run: |
98100
git checkout main-clone
99101
git merge stable-clone

0 commit comments

Comments
 (0)